
.grid .grid-sizer {
  width: 8%;
}
.grid .grid-item {
  width: 28%;
  margin-bottom: 20px;
}
.grid .grid-item-wide {
  width: 38%;
}
.grid .gutter-sizer {
  width: 2%;
}
.grid .grid-item:not(.grid-item-wide) .tag {
  display: none;
}
.grid .grid_item {
  transition: background-color 0.5s;
  background-color: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #bbb;
  cursor: pointer;
}
.grid .grid_item:hover {
  background-color: #e9e9e9;
}
.grid .grid_item .item_footer {
  background-color: #003B7A;
  color: #fff;
  position: absolute;
  padding: 6px 10px;
  bottom: 0;
  width: 100%;
}
.grid .grid_item .item_footer .tag {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: default;
}
.grid .grid_item .item_footer .publish_date {
  cursor: default;
}
.grid .grid_item .news_item_table {
  display: table;
}
.grid .grid_item .news_item_table .news_item_cell {
  display: table-cell;
  vertical-align: top;
}
.grid .grid_item .news_item_table .news_item_cell_inner {
  padding: 12px;
}
.grid .grid_item .news_item_table .news_item_title {
  font-size: 20px;
  margin-bottom: 10px;
}
.grid .grid_item .news_item_table .news_item_img {
  max-width: 240px;
  max-height: 250px;
}
.grid .grid_item .news_item_table .news_body {
  height: 100px;
}
.grid .grid_item .news_item_table .news_body p,
.grid .grid_item .news_item_table .news_body span,
.grid .grid_item .news_item_table .news_body div,
.grid .grid_item .news_item_table .news_body a {
  font-size: 14px !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
}
.grid .grid_item .news_item_table .org_name {
  font-size: 13px;
}
.grid .grid_item .news_item_table .org_table {
  display: table;
  margin-bottom: 10px;
}
.grid .grid_item .news_item_table .org_table .org_cell {
  display: table-cell;
  vertical-align: middle;
}
.grid .grid_item .news_item_table .org_table .org_image_cell {
  padding-right: 8px;
}
.grid_item{
    float: left;
    margin: 10px;
}
@media screen and (max-width: 768px) {
    /* 5 columns for larger screens */
    .grid .grid-item-wide { width: 90%; }
}
