﻿.CVIBlogListWithDescription {
    width: 100%;
    min-height: 100px;
}
.CVIBlogListWithDescription .BlogPost {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    margin-right: 17px;
    position: relative;
    height: 180px;
    cursor: pointer;
}
.CVIBlogListWithDescription .BlogPost:nth-child(3n) {
    margin-right: 0px;
}
.CVIBlogListWithDescription .BlogPost .ImageWrapper {
    width: 100px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
}
.CVIBlogListWithDescription .BlogPost .ImageWrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.CVIBlogListWithDescription .BlogPost .TextArea {
    display: inline-block;
    width: 244px;
    height: 110px;
    margin-left: 10px;
    overflow: hidden;
}
.CVIBlogListWithDescription .BlogPost .SmallTitle {
    display: none;
}
.CVIBlogListWithDescription .MainLink a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    
}
.CVIBlogListWithDescription p,
.CVIBlogListWithDescription a {
    color: #616264;
}
.CVIBlogListWithDescription .BlogPost .TitleWrapper {
    height: 60px;
    position: relative;
    margin-bottom: 5px;
}
.CVIBlogListWithDescription .BlogPost .Title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.CVIBlogListWithDescription .BlogPost a {
    font-family: convergeFont-LatoSemiBold;
    font-size: 1.75em;
    display: inline-block;
}
.CVIBlogListWithDescription .BlogPost:hover .Title a {
    text-decoration: underline;
}

/*.CVIBlogListWithDescription .BlogPost .SmallTitle*/


.CVIBlogListWithDescription[max-width~="1118px"] .BlogPost:nth-child(2n) { margin-right: 0px; margin-bottom: 20px; }

.CVIBlogListWithDescription[max-width~="834px"] { text-align: center; }
.CVIBlogListWithDescription[max-width~="834px"] .BlogPost { max-width: 100%; }
.CVIBlogListWithDescription[max-width~="834px"] .BlogPost:nth-child(1n) { margin: 0 0 20px 0;}

.CVIBlogListWithDescription[max-width~="522px"] .BlogPost { text-align: center; width: 100%; height: auto; max-width: 100%; }
.CVIBlogListWithDescription[max-width~="522px"] .BlogPost .TitleWrapper { display: none; }
.CVIBlogListWithDescription[max-width~="522px"] .BlogPost .TextArea p { display: none; }
.CVIBlogListWithDescription[max-width~="522px"] .BlogPost .TextArea h2 { display: inline-block; vertical-align: middle; }

.CVIBlogListWithDescription[max-width~="358px"] .BlogPost .TextArea { width: 200px; }
.CVIBlogListWithDescription[max-width~="313px"] .BlogPost .TextArea { width: 165px; }

.CVIBlogListWithDescription[max-width~="278px"] .BlogPost .TextArea { width: 100%; height: auto; }
.CVIBlogListWithDescription[max-width~="278px"] .BlogPost .TextArea h2 { top: initial; transform: initial; }