@import url("https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic");@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");@import url('https://fonts.googleapis.com/css?family=Lora');.page-center{max-width:1200px;margin:0 auto}.blog-posts{margin:70px 0 60px}.blog-post-card{margin-bottom:1.25rem;position:relative;border:1px solid #ede6e3;transition:all .3s ease;top:0;box-shadow:0 20px 30px -40px rgba(0,0,0,0.2);background:#fff}.blog-post-card:hover{top:-5px;box-shadow:0 20px 30px -10px rgba(0,0,0,0.2)}@media(min-width:768px){.blog-posts{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.blog-post-card{width:32%}}@media(max-width:767px){.blog-post-card{width:100%}}.blog-post-card .post-image-wrapper{width:100%;height:250px;position:relative}.blog-post-card .post-image-wrapper a{display:block;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}.blog-post-card .post-content{padding:1.5em}.blog-post-card .post-topic{margin-bottom:5px}.blog-post-card .post-topic-link{font-family:Karla;font-size:.875rem;text-transform:uppercase;font-weight:400;color:#489bb3;display:inline-block;text-decoration:none}.blog-post-card .post-title{font-size:22px}.blog-post-card .post-title a{font-family:Lora;color:#4e4f51;text-decoration:none;font-weight:500}.blog-post-card .post-title a:hover{color:#489bb3}.blog-post-card .post-more{font-family:Karla;font-size:.875rem;font-weight:400;color:#bcbcbc}.blog-post-card .post-more a{color:#bcbcbc;text-decoration:none}.blog-post-card .post-more a:hover{color:#489bb3}