@import url(common.min.css);
/* ============================= *
 * BU OVERRIDE STYLE
 * ============================= */

/* NEWS WIDGET */
.news-topics a {
  border: 2px solid transparent;
  border-radius: 4px;
}
.news-topics a:hover {
  border-color: #ea7600;
}
.icon-expand-link:before {
  content: "\f067";
}
.not-last > li:last-child {
	border-bottom:0
}

@media all and (max-width: 767px) {
  .latest-news {
    border-width: 0 !important;
  }
}