/* The container with the associated posts */
.associated-posts.dq-full-content-home {
}

.associated-posts.dq-full-content-home .pagination:after {
  display: table;
  content: " ";
  clear: both;
}
.associated-posts.dq-full-content-home .pagination .prev-page {
  float: left;
}
.associated-posts.dq-full-content-home .pagination .next-page {
  float: right;
}


/* The container with ONE associated post */
.associated-posts.dq-full-content-home .associated-post {
border: none;
  margin: 0px;
  padding: 20px 40px 20px;
 
}


/* The header element with the title of the post */
.associated-posts.dq-full-content-home .associated-post .post-title {
}


/* The link element inside the header with the title of the post */
.associated-posts.dq-full-content-home .associated-post .post-title a {
}


/* The element which contains the post content. (Only if you set up 'show the whole post content.') */
.associated-posts.dq-full-content-home .associated-post .post-content {
}
.associated-posts.dq-full-content-home .associated-post .post-content h2 {
color: #00539B; font-size: 28px;margin-top: 0;}

.associated-posts.dq-full-content-home .associated-post .post-content h3 {
font-size: 20px;}



/* The clearing element. You can use it if you want. */
.associated-posts.dq-full-content-home .clear {
  clear: both;
}

.associated-posts.dq-full-content-home .associated-post {

  border: medium none;
}

.stripe-on {background-color: #f2f2f2; }
.stripe-off {background-color: none; }

div.associated-posts.dq-full-content-home div.post-content h2 a img.alignright {margin-left: 50px;}