.clear {clear:both;}

/* news events lists */


/* news events details */
.news-events-details .item-title h3 {
  margin-top: 0px !important;
}
.news-events-details .article-image {
  float: left;
  width: 200px;
  overflow: hidden;
  margin-right: 20px;
}
.news-events-details .article-image img {
  width: 200px;
}

/* resources list */
.resourcesWrapper .list-title {
  margin-top: 20px;
}
.resourcesWrapper .itemVideo {
  float: left;
  margin-right: 20px;
}
.resourcesWrapper .itemImage {
  float: left;
  margin-right: 20px;
  max-height: 200px;
  overflow: hidden;
}
.resourcesWrapper .itemImage img {
  width: 90px;
}
.itemImage img{
    box-shadow: 2px 2px 5px #888888;
}

/* resources details */
.resourcesDetails .list-title {
  margin-top: 0px !important;
}
.resourcesDetails .itemVideo {
  margin-bottom: 10px;
}
.resourcesDetails .itemImage {
  float: left;
  width: 200px;
  margin-right: 20px;
  overflow: hidden;
}
.resourcesDetails .itemImage img {
  width: 200px;
}

/* filter by */
.filter_results {
  background-color: #eaeaea;
  padding: 10px;
  border-bottom: 0px !important;
} 
.filter_results div.filter_param {
  font-weight: bold;
  margin-left: 5px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #0d6cac;
  color: #fff;
}
.filter_results .filter_label {
  margin-top: 2px;
  font-weight: bold;
}
.filter_results .filter_clean {
  margin-top: 2px;
}





