/* The container with the associated posts */
.associated-posts.homepage-news-events {
}


/* The container with ONE associated post */
.associated-posts.homepage-news-events .associated-post {
  overflow: hidden;
    border: none;
  margin-bottom: 0px;
 padding: 10px 40px 10px 40px;
}


/* The header element with the title of the post */
.associated-posts.homepage-news-events .associated-post .post-title {
font-size: 20px;
}


/* The link element inside the header with the title of the post */
.associated-posts.homepage-news-events .associated-post .post-title a {
}


/* The element which contains the post thumbnail image element */
.associated-posts.homepage-news-events .associated-post .thumb-frame {
}


/* The post thumbnail image element itself */
.associated-posts.homepage-news-events .associated-post .thumb-frame img {
}


/* The element which contains the post excerpt. (Only if you set up 'show an excerpt of the posts.') */
.associated-posts.homepage-news-events .associated-post .post-excerpt {
  overflow: hidden;
}

.associated-posts.homepage-news-events .associated-post .post-excerpt > p {
  overflow: hidden;
  margin-top: 0px;
}

div.associated-posts div.associated-post div.thumb-frame a img {margin-top: 0px; margin-right: 20px;}

div.associated-posts div.associated-post h3.post-title {margin-top: 0px; padding-top: 0px;}