.posts{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.post__wrapper{display:flex;padding:.75rem;width:33.3333333333%}.posts--one-col .post__wrapper{width:100%}.posts--two-col .post__wrapper{width:50%}.posts--three-col .post__wrapper{width:33.3333333333%}.posts--four-col .post__wrapper{width:25%}.posts--five-col .post__wrapper{width:20%}.posts--six-col .post__wrapper{width:16.6666666667%}.posts--seven-col .post__wrapper{width:14.2857142857%;width:12.5%}@media (max-width:992px){.post__wrapper{width:50%}.posts--one-col-md .post__wrapper{width:100%}.posts--two-col-md .post__wrapper{width:50%}.posts--three-col-md .post__wrapper{width:33.3333333333%}.posts--four-col-md .post__wrapper{width:25%}.posts--five-col-md .post__wrapper{width:20%}.posts--six-col-md .post__wrapper{width:16.6666666667%}}@media (max-width:767px){.post__wrapper,.posts--one-col-sm .post__wrapper{width:100%}.posts--two-col-sm .post__wrapper{width:50%}.posts--three-col-sm .post__wrapper{width:33.3333333333%}.posts--four-col-sm .post__wrapper{width:25%}}.post{display:flex;flex-direction:column;width:100%}.post--has-shadow{box-shadow:0 0 20px 0 rgba(0,94,147,.1)}.post__image{aspect-ratio:424/270;overflow:hidden}.post__image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.post__image a:hover img{transform:scale(1.0125)}.post__image--default{align-items:center;display:flex;justify-content:center}.post__image--default img{height:auto;object-fit:contain;width:auto}.post__content{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.post__title{margin-bottom:1rem}.post__summary{flex-grow:1;margin-bottom:2rem}.post__title,.post__title a{text-decoration:none}.post__title a:active,.post__title a:focus,.post__title a:hover{text-decoration:underline}@media (min-width:768px){.post__content{padding:1.5rem}}