header {
  background: #446a91;
  padding:0;
  margin:0;
}

header span {
  font-size: inherit;
}

/*--------------------------------------------------*/

#header {
  padding: 8px 0;
}

/*--------------------------------------------------*/

#headerMiddle {
  flex: 1;
}
  
#headerRight {
  height: 150px;
  text-align: right;
}

@media all and (max-width: 800px) {
  #headerMiddle {
    padding: 20px 0;
  }
  
  #headerRight {
    text-align: center;
  }
}

/*--------------------------------------------------*/

#headerLeft h1 {
  font-size: 56px;
  padding-top: 15px;
}

#headerRight b {
  font-size: 25px;
  padding: 5px 0;
  vertical-align: top;
}

#headerRight p {
  font-size: 16px;
  padding: 5px 0;
}

#headerRight p[class="charcoal"] {
  font-weight: bold;
}

#headerRight p[class="blue"] {
  font-weight: 100;
}

#headerRight p[class="green"] {
  font-weight: bold;
  font-size: 18px;
}