﻿.FeaturedLinksSmallImg .allImages{list-style:none;padding-right:10px;}
.FeaturedLinksSmallImg .allImages li.onlyOne{width:720px;clear:both;}
.FeaturedLinksSmallImg .allImages li.newline{clear:both;}
.FeaturedLinksSmallImg .allImages li{width:340px;
    /*float:right;*/
    display:inline-block;
    list-style-type: none !important;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	margin-left:25px;
    height:65px;
    position:relative;
}
.FeaturedLinksSmallImg .allImages li a {color: #2e2e2e;
    text-decoration: none;
    font-size: 18px;
    font-family: blenderLight;
    padding-right: 80px;
	display:block;
    width:88%;
    /*line-height: 25px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);*/
}
.FeaturedLinksSmallImg .allImages li a:hover{text-decoration:underline;}
.FeaturedLinksSmallImg .allImages li a p{height:65px;width:80%;}
.FeaturedLinksSmallImg .blueicons-back{background-image: url(/_layouts/15/TlvSP2013PublicSite/images/icons-8-back.svg);
    background-position: 20px;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);

   
}

@media(max-width:992px){
    .FeaturedLinksSmallImg .allImages li {
        width: 100%!important;
        margin-left:0;
    }
}