/* Featured News */
#block-trent-news-trent-news-featured {
  background-color: #eaf2e2;
  overflow: hidden;
  padding: 15px;
}

#block-trent-news-trent-news-featured h3 a:hover {
  color: #003e2d;
}

#block-trent-news-trent-news-featured img {
  width: 100%;
}
.news-item-date {
  font-size: 0.9rem;
}

/* News List */
.block-trent-news {
  margin-top: 20px;
  background-color: #e9f2e1;
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
}

#content .block-trent-news {
  background-color: white;
}

#content #block-trent-news-trent-news-featured {
  background-color: #e9f2e1;
}

#sidebar-second .block-trent-news h2 {
  /* font-family: museo-sans, Arial, sans-serif; */
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  width: 90%;
  font-size: 1.1em;
  padding: 20px 20px 8px 20px;
}

.block-trent-news .news-item {
  margin-bottom: 1em;
}

#sidebar-second .block-trent-news .news-item {
  padding: 0 20px;
}

.news-date {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.news-item a {
  transition: color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  color: #ad4e2c;
}
.news-item a:hover {
  color: #773922;
  /* box-shadow: inset 0 -1px 0 #b1553344; */
  /* text-decoration: none; */
}
#sidebar-second .news-item a:hover {
  box-shadow: none;
  text-decoration: underline;
}

/* News Page */
.page-news .news-image {
  float: left;
  width: 33%;
  padding: 0 1em 1em 0;
}

/* News Page Session Information */

strong {
  font-weight: 900;
}

dl {
  margin: 0.4em 0 1em 0;
}

dt {
  float: left;
  clear: left;
  font-weight: bold;
  margin-bottom: 0.2em;
}

dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
  margin-bottom: 0.2em;
}

/* News Detail Page */
.page-news-events- #content img {
  width: 100%;
}

.page-news-events- .trent-news-teaser {
  color: #003e2d;
  margin: 0.5em 0 2em 0;
  font-style: italic;
}

.page-news-events- .trent-news-more-news {
  display: block;
  margin: 1em 0;
  border: 2px solid #003e2d;
  padding: 5px 8px;
  float: left;
  color: #003e2d;
  font-weight: bold;
}

.page-news-events- .trent-news-more-news:hover,
.page-news-events- .trent-news-more-news:focus {
  background-color: #003e2d;
  color: white;
}

.page-news-events- .news-date {
  font-style: italic;
}

/* Desktop */
@media only screen and (min-width: 960px) {
  #block-trent-news-trent-news-featured h3 {
    color: #003e2d;
    margin-top: 0;
  }
}
