.header-container {
  background-color: #f2f2f2;
  height: 60px;
  width: 100%;
}
.header-container-menu {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 20px;
  cursor: pointer;
  font-size: 30px;
}
.header-container-menu-text > i {
  line-height: 60px;
  font-size: 30px;
  float: left;
}
.header-container-logo {
  text-align: center;
  margin-right: 70px;
  padding-top: 5px;
}
.header-hamburger {
  width: 320px;
  position: absolute;
  display: none;
  z-index: 2;
  top: 60px;
}
.header-botcontainer {
  background-color: #373737;
  width: 100%;
  height: 30px;
}
.header-botcontainer-date {
  font-family: Lato;
  color: #e1e1e1;
  font-size: 12px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
  float: left;
  margin-left: 10px;
  top: 50%;
  transform: translate(0, -60%);
  position: relative;
}
.header-botcontainer-navlinks {
  top: 50%;
  transform: translate(0, -60%);
  position: relative;
  text-align: center;
  margin-right: 50px;
}
.header-botcontainer-navlinks-links {
  font-family: Lato;
  color: #f2f2f2;
  font-size: 12px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: center;
  margin-right: 20px;
  display: inline;
}
.nav ul {
  margin: 0px;
  padding: 0px;
}
.nav li {
  position: relative;
  text-indent: 0px;
}
.nav-topics-list {
  font-family: Lato;
  font-size: 16px;
  background-color: #373737;
  padding: 10px 0;
}
.nav-topics-list a {
  color: white;
  padding: 12px 30px;
}
.nav-company {
  font-family: Lato;
  background: #e1e1e1;
}
.nav-company h2 {
  color: #999;
  font-size: 22px;
  font-weight: 800;
  margin: 0px;
  padding: 12px 20px;
}
.nav-nested-list-toggle,
.nav-nested-list a {
  cursor: pointer;
  color: #373737;
  padding: 12px 30px;
}
.nav-nested-list-toggle:hover,
.nav-nested-list a:hover,
.nav-nested-list-toggle:focus,
.nav-nested-list a:focus,
.nav-nested-list-toggle:active,
.nav-nested-list a:active {
  color: white;
}
.nav-nested-list-toggle-btn {
  position: absolute;
  display: block;
  right: 8px;
  top: 0px;
  font-size: 16px;
  padding: 12px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
  background-image: url("/media_files/IROL/25/254385/images/ir/plus.png");
}
.nav-nested-list-toggle:hover {
  cursor: pointer;
}
.nav-nested-list-toggle.hover,
.nav-nested-list-toggle:hover {
  color: white;
}
.nav-nested-list-toggle-plus {
  background-image: url("/media_files/IROL/25/254385/images/ir/plus-black.png");
}
.nav-nested-list-toggle-plus.hover,
.nav-nested-list-toggle-plus:hover {
  background-image: url("/media_files/IROL/25/254385/images/ir/plus-white.png");
}
.nav-nested-list-toggle-close {
  background-image: url("/media_files/IROL/25/254385/images/ir/close-black.png");
}
.nav-nested-list-toggle-close.hover,
.nav-nested-list-toggle-close:hover {
  background-image: url("/media_files/IROL/25/254385/images/ir/close-white.png");
}
.nav-root-item a,
.nav .nav-nested-list-toggle {
  font-size: 16px;
}
.nav-child {
  display: none;
}
.nav-child-item a,
.nav-child-item .nav-nested-list-toggle {
  font-size: 14px;
}
.nav a,
.nav .nav-nested-list-toggle {
  text-decoration: none;
  text-transform: lowercase;
  display: block;
}
.nav a.hover,
.nav .nav-nested-list-toggle.hover,
.nav a:hover,
.nav .nav-nested-list-toggle:hover,
.nav a:active,
.nav .nav-nested-list-toggle:active,
.nav a:focus,
.nav .nav-nested-list-toggle:focus {
  color: white;
  background: #00b9e3;
  font-weight: 400;
}
@media (max-width: 750px) {
  .header-botcontainer {
    display: none;
  }
}
