.top-nav {
  position: relative;
}
.top-nav img.logo {
  margin-top: 45px;
  width: 113px;
  height: 41px;
  margin-bottom: 33px;
}
.top-nav a.menu-item {
  font-size: 16px;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 42px;
  margin-left: 36px;
  cursor: pointer;
}
.top-nav a.menu-item:hover {
  color: #000000;
}
.top-nav a.menu-item:first-of-type {
  margin-left: 0;
}
.top-nav .dropdown-menu {
  width: 1440px;
  height: 224px;
}
.top-nav .dropdown-menu#dropdown-5 .dropdown-menu-container {
  width: 200px;
}
.top-nav .dropdown-menu .dropdown-menu-container {
  flex-wrap: wrap;
  height: 190px;
}
.top-nav .dropdown-menu a.dropdown-menu-item {
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin-bottom: 12px;
  margin-left: 8px;
}
.top-nav .dropdown-menu a.dropdown-menu-item:last-of-type {
  margin-bottom: 0;
}
.top-nav .dropdown-menu a.dropdown-menu-item:hover {
  color: #D2B388;
}
.top-nav .dropdown-menu .content {
  width: 100%;
  height: 219px;
}
.top-nav .dropdown-menu .black {
  width: 100%;
  height: 5px;
  background-color: black;
}
.top-nav .dropdown-menu .avatar-container {
  height: 219px;
  margin-left: 60px;
}
.top-nav .dropdown-menu .avatar-container img.avatar {
  width: 219px;
  height: 138px;
  margin-top: 23px;
}
.top-nav .dropdown-menu .avatar-container p.title {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 8px;
  text-align: center;
}
.top-nav .dropdown-menu .avatar-container p.desc {
  text-align: center;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 300;
  color: #FFFFFF;
}
/*# sourceMappingURL=topnav.css.map */