.title-block__content { 
  color:#5a8aab;
  background:none; 
  text-shadow:none;
}
.title-block__content .title-image { 
  max-width:700px; 
 margin:0;
}
.canac-lightgreen {color:#9bc03c;}
.canac-green {color:#43833e;}
.canac-yellow {color:##fecf05;}
.canac-lightblue {color:#b9e3e7;}
.canac-blue {color:#00a7b9;}
.canac-darkblue {color:#5a8aab;}
.canac-darkerblue {color:#2f4757;}
.canac-purple {color:#921f64;}
.canac-orange {color:#dc4a26;}
.canac-gold {color:#cf8a29;}

@media screen and (max-width: 960px) {
  .title-block__background::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.85);
    z-index:1;
  }
  .title-block__content .title-image { 
    margin-left:-2rem; 
  }
}
.annual-heading {
  text-transform: uppercase;
  font-family: "Roboto", sans serif;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
}
.interstitial--light {background-color:#5a8aab; }

.horizontal-nav__item .horizontal-nav__link {color:white;}

.horizontal-nav__toggle {color:white;}
.horizontal-nav__toggle .toggle-indicator__piece::before {background:white;}
.horizontal-nav__item.is-current .horizontal-nav__link, .horizontal-nav__item .horizontal-nav__link:hover, .horizontal-nav__item .horizontal-nav__link:focus {color:#ffe694;}