.blog-nav{display:flex;justify-content:space-around;background-color:#fff;margin-bottom:2rem}.blog-nav-section{max-width:60%;padding-top:1rem;padding-bottom:1rem}.blog-nav-section-header{font-size:1rem;font-weight:400;margin-bottom:.5rem}.blog-nav-section>div{display:flex}.tags-section{flex-direction:row;flex-wrap:wrap}.categories-section{flex-direction:column}.blog-nav-section a{text-decoration:none;color:var(--body-text-muted);cursor:pointer}.blog-nav-section a:hover{color:inherit}.tags-section a{padding:.2rem;background-color:var(--main-cyan-green);border:1px solid var(--body-text-muted);border-radius:.5rem;margin-right:.5rem;margin-bottom:.5rem}.categories-section a{padding:.15rem}.post-item{background-color:var(--main-pale-grey);border:1px solid var(--main-pale-grey);padding:1rem;margin-bottom:1rem}.post-item .post-title{font-size:1.5rem;line-height:1.75rem;font-weight:700;color:var(--main-dark-blue);text-decoration:none;display:inline-block;margin-bottom:1rem}.post-item .post-meta{color:var(--body-text-muted);margin-bottom:.5rem}.post-item .post-meta .post-category-link{font-size:inherit;font-weight:400;color:var(--body-text-accented)}.post-item .post-subtitle{font-size:1rem;line-height:1.375rem;color:rgba(0,0,0,.7)}@media screen and (min-width:640px){.post-item{padding:0;border:none;border-radius:.5rem;box-shadow:2px 4px 4px 0 rgba(0,0,0,.1);width:45%}.post-item .card-header{background-color:var(--main-dark-blue);padding:1rem;border-radius:.5rem .5rem 0 0}.post-item .card-header .post-meta{color:hsla(0,0%,100%,.6)}.post-item .card-header .post-meta .post-category-link{color:hsla(0,0%,100%,.9)}.post-item .card-header .post-title{color:hsla(0,0%,100%,.9);font-size:1.15rem;font-weight:400;margin-bottom:0}.post-subtitle{padding:1rem}}@media screen and (min-width:1024px){.post-item{width:31%}}.blog-index-header{font-size:2rem;font-weight:100;text-align:center;margin-top:1rem;margin-bottom:2rem;vertical-align:middle;color:var(--main-dark-blue)}.blog-index-header button{background-color:transparent;border:none;cursor:pointer;padding:.5rem;display:inline}@media screen and (min-width:640px){.blog-index-header button{display:inline}.no-posts-warning{width:100%;display:flex;flex-direction:column;align-items:center}.no-posts-warning p{padding:1rem 0;display:flex;align-items:center;font-size:1.5rem}.no-posts-warning span{padding:0 1rem}.no-posts-warning a{text-align:center}}@media screen and (min-width:1024px){.blog-index-header{text-align:left}}.all-posts-link-container{margin-bottom:1rem}.all-posts-link-container a{padding:1rem;background-color:var(--main-pale-grey);text-transform:uppercase;text-align:center;color:inherit;display:block;text-decoration:none;width:100%}.all-posts-link-container a:hover{background-color:#e7e7e7}