.clear
{
float: none;
clear: both;
display: block;
width: 0;
height: 0;
}
.page-highlight-cta-item
{
position: relative;
width: 100%;
background: none;
color:  #FFF;
overflow: hidden;
background-color: #f0f0f0;
color:  #3c3c3c;
}
.page-highlight-cta-item a.cover-all-link,
.page-highlight-cta-item .page-highlight-cta-item-img span
{
position: absolute;
height:  100%;
width:  100%;
z-index: 99;
}
.page-highlight-cta-item .page-highlight-cta-item-img span
{
z-index: 9;
background-color: #000;
opacity: 0;
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear;
}
.page-highlight-cta-item:hover .page-highlight-cta-item-img span
{
opacity: 0.3;
}
.page-highlight-cta-item-img
{
position: relative;
}
.page-highlight-cta-item-img img
{
display: block;
width: 100%;
margin:  0;
}
.page-highlight-cta-item-img h4
{
position: absolute;
bottom: 0px;
margin:  0;
padding: 10px 20px;
background-color: #f0f0f0;
min-width: 65%;
font-size: 17px;
text-transform: uppercase;
color: #638c40;
display: inline-block;
z-index: 90;
}
.page-highlight-cta-item-text
{
position: relative;
z-index: 10;
padding:  20px;
}
.page-highlight-cta-item-text p
{
color:  #3c3c3c;
font-size: 17px;
margin:  0;
}
.page-highlight-cta-item-text a.readMore
{
background-color: #95ac7e;
color:  #FFF;
font-size: 14px;
text-transform: uppercase;
padding:  10px 25px;
display: inline-block;
width: auto;
cursor: pointer;
margin:  20px 0 0;
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear;
}
.page-highlight-cta-item:hover .page-highlight-cta-item-text a.readMore
{
background-color: #638c40;
}
.page-highlight-cta-item.style-2
{
background: none;
}
.page-highlight-cta-item.style-2 .page-highlight-cta-item-text
{
padding:  10px 0 0;
}
.page-highlight-cta-item.style-2 .page-highlight-cta-item-img h4
{
background-color: #fff;
padding: 15px 0 0 0;
line-height: 1;
}