/* CSS crunched with Crunch - http://crunchapp.net/ */
/* 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 */
/* END MASTER FILE */
.hm-appa-news-shell {
  background-color: #eeeeee;
  margin-bottom: 20px!important;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  position: relative;
  border-radius: 5px;
}
.hm-appa-news-shell > div {
  padding: 0;
}
.hm-appa-news-shell 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;
  display: block;
  margin: 0;
}
.hm-appa-news-shell .news-controls {
  float: right;
  display: block;
  width: 55px;
  white-space: nowrap;
  cursor: pointer;
}
.hm-appa-news-shell .news-controls span {
  display: inline-block;
  width: auto;
  padding: 5px;
  background: #ddd;
  color: white;
  border-radius: 50%;
}
.hm-appa-news-shell .news-controls span:hover {
  background: #ccc;
}
.hm-appa-news-shell .news-content {
  display: block;
  width: 100%;
  padding: 0 5px 5px 5px;
  border: 0px solid black;
}
.hm-appa-news-shell .news-content > div {
  display: block;
  width: 100%;
  height: auto;
  /* height:60px; */
}
.hm-appa-news-shell .news-content > div a {
  display: block;
  width: 100%;
  white-space: wrap;
  font-size: 12pt;
  line-height: 120%;
}
@media (min-width: 768px) {
  .hm-appa-news-shell {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
  .hm-appa-news-shell h3 {
    background: transparent;
    padding: 10px 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hm-appa-news-shell .news-controls {
    float: none;
    position: absolute;
    top: 7px;
    right: 10px;
  }
  .hm-appa-news-shell .news-controls span {
    display: inline-block;
  }
  .hm-appa-news-shell .news-content {
    overflow: hidden;
    padding: 0;
    padding-left: 200px!important;
    padding-right: 70px!important;
  }
  .hm-appa-news-shell .news-content > div {
    height: auto;
  }
}
