/* CSS crunched with Crunch - http://crunchapp.net/ */
@import "/css/font-roboto-slab.css";
@import "/css/font-ubuntu.css";
@import "/css/appa-adverts.css";
@import "/css/appa-latestheadlines.css";
@import "/css/appa-layout.css";
@import "/css/appa-multicol-nav.css";
@import "/css/appa-news.css";
/* MASTER FILE */
/* VARIABLES */
/* page bg color default */
/* Primary Text Color */
/* Alt Text Color #1 */
/* Primary Link Color */
/* Primary Link Hover Color */
/* MySite Green for TOP of GRADIENT */
/* MySite Green for BOTTOM of GRADIENT */
/* Core APPA Font Family */
/* Button Fonts */
/* Global Element Shadow */
/* REUSABLE FUNCTIONS */
/* END REUSABLE FUNCTIONS */
/* FONTS */
/* END FONTS */
/* END MASTER FILE */
.latest-headlines h3 {
  font-family: roboto_slabbold, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  color: #cc0000;
  line-height: 115%;
  background: #eeeeee;
  padding: 5px;
  text-transform: uppercase;
  margin: 0;
}
.latest-headlines .headline-item {
  margin: 5px 0px;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.latest-headlines .headline-item > h4,
.latest-headlines .headline-item > h4 > a {
  font-size: 1.1em;
  font-weight: bold!important;
  margin-bottom: 0;
}
.latest-headlines .headline-item .source {
  font-size: .85em;
  color: #666;
}
.latest-headlines .headline-item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .latest-headlines .headline-item h4 {
    font-size: 15pt;
  }
}
