/*************************************
 * Extracted boostrap LESS Variables *
 *************************************/
/******************
 * Typography Variables *
 ******************/
/*24px*/
/*48px*/
/*8px*/
/*37px*/
/**********************
 * Typography Mixin's *
 **********************/
/******************
 * Color Variables *
 ******************/
/*
 * Ice Web Styles
 *
 * Less: Spacing Variables
 *
 * Developer: Dom Reilly.
 */
.news_stories-container {
  border-spacing: 3px 3px;
}
@media only screen and (max-width : 991px) {
  .news_stories-container {
    display: block;
  }
  .news_stories-container .table-row {
    display: block;
  }
  .news_stories-container .table-row .table-cell {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .news_stories-container .table-row .table-cell > img {
    width: 100%;
  }
}
.news_stories-container .news-events_item {
  position: relative;
}
.news_stories-container .news-events_item .btn-container {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*.row {
    margin-bottom: @baseMargin;

    .news-events_item {

        @media @media-query_sm-max {
            margin-bottom: @baseMargin;
        }

        img {

            @media @media-query_sm-max {
                &.img-responsive {
                    margin: unset;
                }
            }
        }

        .name {
            #FontStyleBundles>.setFontWeight(@boldFontStyle);
        }

        .btn {
            position: absolute;
            bottom: 0;
            margin-bottom: @baseMargin;
            left: 50%;
            transform: translateX(-50%);
        }
    }
}*/
@media only screen and (max-width : 991px) {
  .news-events_item-widget {
    margin-bottom: 10px;
  }
}
.news-events_item-widget img {
  /*height: 50%;
            min-height: 50%;*/
}
@media only screen and (max-width : 991px) {
  .news-events_item-widget img.img-responsive {
    margin: unset;
  }
}
.news-events_item-widget .name {
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}
.news-events_item-widget .name .article-date {
  font-style: italic;
}
