header .bottom-header .wrapper {
  height: unset; }
header .bottom-header .logo {
  width: 250px;
  position: unset;
  left: 0;
  top: 50%;
  transform: unset;
  float: left; }
header .bottom-header .menu {
  position: unset;
  transform: unset; }
header .bottom-header .menu > li:first-child a {
  padding-left: 0 !important; }
header .bottom-header .menu > li a {
  padding: 0px 44px 27px 44px !important; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #07214d;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999; }

.dropdown-content li {
  text-transform: uppercase;
  border-bottom: 1px dotted #fff;
  padding: 2px 10px;
  text-align: left; }

.dropdown-content li ul li {
  border: none;
  margin: 0;
  padding: 0 0 2px 15px;
  text-align: left; }

.dropdown-content ul li ul {
  margin: 7px 0 0; }

.dropdown-content li:last-child {
  border: none; }

.dropdown-content li a {
  color: #fff;
  font-size: 13px;
  padding: 0px !important;
  text-transform: capitalize; }

.dropdown-content li a:hover {
  color: #2059a8; }

.dropdown:hover .dropdown-content {
  display: block;
  padding: 13px 0 0; }

/*# sourceMappingURL=news-common-v2.css.map */
