/********** ^HEADER **********/

#header_bg {
  padding-top: 17px; /* Guidelines pdf sais it should be 18, but physical_dymentions email sais it's actually 17px */
  background-image: url('/img/assets/header/header-Logo-BG.png');
  background-position: 0 17px;
  height: 55px;
  background-repeat:repeat-x;
}

#header_logo a {
  text-decoration: none;
}

#header_logo_image {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 35px;
  width: 35px;
}

#header_logo_text {
  margin-top: 18px; /* Guidelines say it shoud be at 39px from body, this means 22 margin-top. But 18px looks best */
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 14px;
  position: absolute;
}

.mobile-link {
    position: absolute;
    right: 0px;
    bottom: 7px;
    color: #ffffff;
    font-family: verdana;
    font-size: 10px;
}

.mobile-link:hover {
    color: #aacce6;
    text-decoration: underline;
}