/* Blog Header */
/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/




@media (max-width: 767px) {
  
}

/* Blog Author/Tag Content */




/* Blog Listing */
/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/




.blog-index__post.blog-index__post--card {
  background-color: #fff;
  padding: 1.5rem;
  overflow-y: hidden;
  height: 400px;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 50px 0;
} 


.blog-index__post.blog-index__post--card p {
  overflow-y: hidden;
  height: 125px;
}

.blog-index__post-title a, .blog-index__post-author-name a
{
  font-size: 20px;
  font-weight: 700;
  line-height: 2px;
  color: #666666 !important;
}

.blog-index__post.blog-index__post--card:hover {
  background-color: #044087;
  color: #ffffff;
}

.blog-index__post.blog-index__post--card:hover .blog-index__post-title a,
.blog-index__post.blog-index__post--card:hover .blog-index__post-author-name a {
  color: #ffffff !important;
  font-weight: bold;
}

.blog-index h3 {
  line-height: 25px;
  height: 53px
}

.blog-index__post-button.blog-index__post-button--card {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: .5rem 2rem 0;
  margin: 0;
  color: #044087;
  font-weight: 400;
  background-color: #ffffff;
  border: none;
  border-radius: 70px 0 0 0;
}




@media (min-width: 767px) {
.blog-index {
  display: grid;
  grid-template-columns: repeat( auto-fit,minmax(400px, 1fr));
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap:25px;
  grid-row-gap:25px
}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 
}



/* Blog Pagination */
/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/



/* Blog Post */
/*///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/