ul.featured-entries,
ul.latest-entries {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.latest-entries li {
  margin-bottom: 35px; }
ul.latest-entries a {
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s ease, background 0.3s ease;
  -moz-transition: -moz-box-shadow 0.3s ease, background 0.3s ease;
  -o-transition: -o-box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease; }
  ul.latest-entries a:hover, ul.latest-entries a:focus {
    text-decoration: none; }
    ul.latest-entries a:hover h2, ul.latest-entries a:focus h2 {
      text-decoration: underline; }
ul.latest-entries img {
  display: block;
  float: left;
  margin: 0 20px 20px 0; }
ul.latest-entries h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #40a3b1; }
ul.latest-entries h6 {
  margin: 15px 0;
  color: #40a3b1; }
ul.latest-entries p {
  color: #333; }
ul.latest-entries span.read-more {
  color: #40a3b1; }
