/* hacks for ie8, using lt-ie9 since that's the markup currectly used by ie8 */
.lt-ie9 .block--views-home-featured-events-block .view-home-featured-events .view-content .views-row li img {
  height: 192px!important;
}

.lt-ie9 .view-neighbourhood-events-featured .view-content .views-row img {
  height: 182px!important;
}

.lt-ie9 .view-neighbourhood-events-featured .view-content .views-row-even {
  float: right!important;
  margin-right: 0!important;
}

.lt-ie9 .view-neighbourhood-events .view-content .views-row-even {
  float: right!important;
  margin-right: 0!important;
}

.lt-ie9 .block--views-home-featured-events-block li.views-row-even {
  float: right!important;
  margin-right: 0!important;
}

.lt-ie9 .view-neighbourhood-twitter-feed .views-field-field-nh-twitter-community {
  float: right!important;
  margin-right: 0!important;
}

/* opacity for IE8 map overlay */
.lt-ie9 .leaflet-container .leaflet-control-attribution {
  background-color: #fff;
  box-shadow: 0 0 5px #bbb;
  opacity: .70;
  filter: alpha(opacity=70);
  margin: 0;
}