﻿.header {
  height: 190px;
}

.headerLogo {
  left: 5px;
  top: 5px;
  height: 180px;
}

.headerTitle {
  display: none;
}

@media (max-width:1039px), (max-device-width:1039px)  {
  body.view-sml .header {
  height: 7em;
  }

  body.view-sml .headerTitle {
  display: none;
  }

}

#ctl00_ContentPlaceHolder1_AlertPreference {display: none;}