
#homeFeature .homeFeatureItem {
  width:450px;
}

@media only screen and (min-width: 520px) {
#homeFeatureItem1 .homeFeatureItemContent, #homeFeatureItem2 .homeFeatureItemContent {
  width:430px;
}
}


/* Fix to get innovation heading to wrap nicely! */
.js #homeFeature #homeFeatureItem1.currentHomeFeatureItem h4 a{
max-width:16em;
}

@media only screen and (max-width: 519px) {
.js #homeFeature #homeFeatureItem1.currentHomeFeatureItem h4 a{
max-width:none;
}
#homeFeature .homeFeatureItem {
width:auto;
}
}

#fnavBlank
{
  background-color: #f8f8f8;
}



