﻿.pCMS_PaginationItem .CurrentPage{font-weight:bold;}
.pCMS_BlogBreadCrumbContainer{font-weight:bold;font-size:16px;color:#2d2926;margin-bottom:20px;}
.pCMS_PaginationItem a {
text-decoration: none;
}
.pCMS_PaginationItem.Current a {
color: #2d2926;
}
.pCMS_PaginationItem.Current {
border-bottom: 3px solid #89cb31;
}
.pCMS_PaginationItem {
 margin: 0 10px;
 padding: 5px 10px; 
}
.pCMS_BlogListPagination {
    margin: 40px 0 0 0;
}
span.paginationFirstPage, span.paginationNextPage, span.paginationLastPage, span.paginationPreviousPage{height:30px; width:30px; display:block; position:relative;
margin: 0 1px;background: #89cb31;}
.paginationNextPage:before{content:''; height:0; width:0; display:block; border:5px transparent solid; border-right-width:0; border-left-color:#fff; position:absolute; top:10px; left:12px;}
.paginationPreviousPage:before{content:''; height:0; width:0; display:block; border:5px transparent solid; border-left-width:0; border-right-color:#fff; position:absolute; top:10px; left:12px;}
.paginationLastPage:before{content:''; height:0; width:0; display:block; border:5px transparent solid; border-right-width:0; border-left-color:#fff; position:absolute; top:10px; left:11px;}
.paginationLastPage:after{content:''; height:10px; width:2px; display:block; background:#fff; position:absolute; top:10px; left:18px;}
.paginationFirstPage:before{content:''; height:0; width:0; display:block; border:5px transparent solid; border-left-width:0; border-right-color:#fff; position:absolute; top:10px; left:16px;}
.paginationFirstPage:after{content:''; height:10px; width:2px; display:block; background:#fff; position:absolute; top:10px; left:12px;}


.ListRecords.flexWrapper.dynamicBlogposts {
    display: flex;
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent{
    margin:15px 0 0 0;
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent h3 {
    padding: 10px 0 0 0;
    margin: 0;
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent .Heading3{
    margin:0;
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent span.BlogPublishDate:before {
    margin: 0 5px 0 0;
    content:'\f073';
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent span.BlogPublishDate{
    font-weight:500;
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent .category-tag a {
    font-size: 13px;
    color:#fff;
    font-weight:500;
}
.ListRecords.flexWrapper.dynamicBlogposts .flexItem .tileContent .category-tag {
    background: #00A8FF;
    padding: 0 5px;
}
