.title-block__content { 
  color:#00447c;
  background:rgba(255,255,255,.75); 
  text-shadow:none;
  @media screen and (min-width:768px) {
    background:none; 
  }
  .title-image { 
    margin:0;
    @media screen and (min-width:550px) {
      max-width:65%; 
    }
    @media screen and (min-width:960px) {
      max-width:700px; 
    }
  }
}
.annual-heading {
  text-transform: uppercase;
  font-family: "Roboto", sans serif;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color:#008bbe;
}