.blogIndex{display:grid;grid-template-columns:repeat(3,1fr);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;grid-column-gap:30px;grid-row-gap:30px}.blogIndex .postItem{min-width:0;padding:0;margin:0;-webkit-transition-property:background,border,-webkit-box-shadow;transition-property:background,border,-webkit-box-shadow;-o-transition-property:background,border,box-shadow;transition-property:background,border,box-shadow;transition-property:background,border,box-shadow,-webkit-box-shadow;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s;padding-bottom:0!important}.blogIndex .postItem,.blogIndex .postItem .postCard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.blogIndex .postItem .postCard{overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #818a91;-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15);box-shadow:0 0 10px 0 rgba(0,0,0,.15);padding-top:0;padding-bottom:0}.blogIndex .postItem .postImage{color:#091e3f;-webkit-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;position:relative;display:block;width:100%;margin-bottom:20px}.blogIndex .postItem .postImage .image-wrap{overflow:hidden;top:0;left:0;right:0;bottom:0;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;padding-bottom:60%}.blogIndex .postItem .postImage .image-wrap .image-hold{height:auto;max-width:100%;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:block;max-height:none;max-width:none;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;height:100%;position:absolute;top:0;left:0;width:100%;background-size:cover}.blogIndex .postItem .postText{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;margin-bottom:0;padding:0 20px;margin-top:10px}.blogIndex .postItem .postText>h3{padding:0;border:0;font-style:inherit;text-transform:none;line-height:1.2em;font-family:Montserrat,sans-serif;font-weight:600;font-size:21px;margin:0 0 25px}.blogIndex .postItem .postText>h3>a{transition:color .1s ease-in-out,background-color .1s ease-in-out;color:#091e3f;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.blogIndex .postItem .postText>.postDesc{flex-grow:0;line-height:1.7;margin-bottom:25px}.blogIndex .postItem .postText>.postDesc>p{padding:0;border:0;margin:0;line-height:1.5em;font-size:14px;color:#777}.blogIndex .postItem .postText>.readMore{transition:color .1s ease-in-out,background-color .1s ease-in-out;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;font-size:12px;font-weight:700;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:20px;text-transform:uppercase;color:#fff;display:block;background:#091e3f;text-align:center;padding:9px;border-radius:3px;border:1px solid #091e3f;font-family:Montserrat,Sans-serif}.blogIndex .postItem .postText>.readMore:hover{background:#fff;color:#091e3f}.blogIndex .postItem .postCard:hover{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.15);box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.blogIndex .postItem .postText>h3>a:hover{color:#7b868c}@media (max-width:1024px){.blogIndex{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blogIndex .postItem .postText>h3>a{transition:all 0s ease-in-out}}@media (max-width:767px){.blogIndex{grid-template-columns:repeat(1,1fr)}.blogIndex .postItem .postImage .image-wrap{padding-bottom:50%}}