#header {
  height: 175px;
	background: #0a4796; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #0c97d5 , #0a4796); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #0c97d5, #0a4796); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #0c97d5, #0a4796); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #0c97d5 , #0a4796); /* Standard syntax */	
  position: relative;
}

#header-logo {
   font-family: 'AvenirNextLTPro Bold', Arial;
   position: absolute;
   top: 40px;
   left: 75px;
}

#header-logo a {
  color: white;
  text-decoration: none;
  font-size: 42px;
}

#header-logo-ods {
   position: absolute;
   top: 40px;
   right: 50px;
}