.ensight-news-post.section{
    margin-bottom: 0;
}
.ensight-news-post-inner{
    padding-top: 60px;
    padding-bottom: 120px;
}

.ensight-news-post-cat-wrap {
    text-transform: uppercase;
    color: #F7971D;
    font-size: 0.875em;
    text-align: center;
    padding-bottom: 15px;
}

.ensight-news-post-row{
    padding-top: 30px;
}

.ensight-news-post-text{
    padding-bottom: 30px;
}

.ensight-news-post-text img{
    width: 100%;
}

.ensight-news-post-thumbnail-wrap{
    margin-bottom: 10px;
}

.ensight-news-post-thumbnail-wrap > img {
  width: 100%;
}

.ensight-news-post-text p{
    font-family: "lato";
    margin: 10px 0;
    display: block;
}

.ensight-news-post-text p{
    font-family: 'Lato', sans-serif;
    font-size: 1.125em;
    margin: 10px 0;
    display: block;
}

.ensight-news-post-text h2{
    font-family: 'MinionPro-Medium';
    font-size: 2.750em;
    margin: 10px 0;
    display: block;
}

.ensight-news-post-text > h3 {
    font-family: 'MinionPro-Medium';
    color: #4B4B4B;
    font-size: 1.5em;
    margin: 30px 0px;
    font-weight: bold;
}

.ensight-news-post-cta-text{
    padding: 30px;
    background-color: #D8D8D8;
    color: #4B4B4B;
}

.ensight-news-post-cta-text h4{
    font-size: 1.125em;
    font-weight: 700;
    font-family: 'MinionPro-Medium';
    margin: 15px 0;
}

.ensight-news-post-cta-text p{
    font-size: 0.875em;
    margin: 10px 0;
}

.ensight-news-post-cta-text ul{
    list-style: circle;
    margin: 10px 0;
    padding-left: 20px;
}

.ensight-news-post-cta-text ul li{
    margin: 0 0 0 10px;
}

.ensight-news-post-cta-text a{
    color: #000;
    padding-bottom: 0.2em;
    box-shadow: inset 0px -1px 0 #F7971D;
}

/* Post Info Col */
.ensight-news-post-info-wrap{
    padding-right: 15px;
    color: #4B4B4B;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.ensight-news-post-info{
    margin-bottom: 30px;
}

.ensight-news-post-info-title{
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 600;
}

/* Mobile */
@media only screen and ( max-width: 640px ){
  /* Post Info Col */
  .ensight-news-post-info-wrap{
      flex-direction: row;
  }

  .ensight-news-post-info-title{
      font-size: 1em;
  }
}
