body .header {
  background: #ffffff; }

body .header .logo--text, body .header--left .header-menu a {
  line-height: 150px; }

body .header .logo--image {
  height: 150px;
  margin: 0 auto;
  display: block;
  width: 150px;
  float: none; }

body .header .logo img {
  max-height: 150px; }

body .announcement {
  background: #2980b9;
  color: #fff; }

/*============================================================================
  #Header User Menu Styles
==============================================================================*/
body .header .user__dropdown {
  background: #fff;
  top: 181px; }

body .header--center .user__dropdown {
  top: 50px; }

/*============================================================================
  #Header Responsive Styles
==============================================================================*/
@media (max-width: 767px) {
  body .header .logo--text {
    line-height: 100px; }

  body .header .logo--image {
    max-height: 100px; }

  body .header .logo img {
    max-height: 100px; }

  body .header .header-ham {
    top: 50px; } }
