/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
/* line 2, news-panel.scss */
.news-panel {
  background: #efefef;
  padding: 20px;
  margin: 0 0 20px 0 !important;
  border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    /* line 2, news-panel.scss */
    .news-panel {
      display: block;
      float: none;
      clear: both;
      width: 100%; } }

/* line 14, news-panel.scss */
.news-panel .factsheader {
  top: 10px;
  right: 0px;
  cursor: default;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase; }

/* line 23, news-panel.scss */
.news-panel ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  float: left;
  color: #000; }

/* line 29, news-panel.scss */
.news-panel ul li label {
  font-size: 39px;
  clear: right; }

/* line 33, news-panel.scss */
.news-panel ul li small {
  clear: left;
  float: left;
  width: 100%; }

/* line 38, news-panel.scss */
.news-panel ul {
  list-style: none;
  margin: 0; }
