section.grid_2x4_block .content_wrapper .content-nav_wrapper{border-bottom:1px solid var(--heading-border);padding-bottom:10px;margin-bottom:30px;display:flex;flex-direction:row;justify-content:space-between;align-items:end}section.grid_2x4_block .content_wrapper .content-nav_wrapper span.view-all-link{font-size:.8rem;text-transform:uppercase;font-weight:500;color:var(--dark-teal);padding-right:15px}section.grid_2x4_block .content_wrapper .content-nav_wrapper span.view-all-link:hover{text-decoration:underline}section.grid_2x4_block .content_wrapper .content-nav_wrapper span.view-all-link:after{position:absolute;right:0;top:5px;content:"";width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--dark-teal);font-size:0;line-height:0;transform:rotate(270deg)}section.grid_2x4_block .content_wrapper .grid_wrapper{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:20px}@media screen and (max-width:991px){section.grid_2x4_block .content_wrapper .grid_wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:991px){section.grid_2x4_block .content_wrapper .grid_wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575px){section.grid_2x4_block .content_wrapper .grid_wrapper{grid-template-columns:1fr}}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .taxonomy{margin-bottom:5px}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .taxonomy span{font-family:var(--font-helvetica);text-transform:uppercase;font-weight:500;font-size:13px}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .taxonomy span:hover{color:var(--dark-teal);text-decoration:underline}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .title{margin-bottom:5px;margin-top:5px}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .title h3{font-size:1.125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}@media screen and (max-width:575px){section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .title h3{font-size:1.3rem}}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .title h3:hover{color:var(--dark-teal);text-decoration:underline}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .author span,section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .author a{font-size:.7rem;font-weight:400;text-transform:uppercase}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .author a{text-decoration:none}section.grid_2x4_block .content_wrapper .grid_wrapper .grid-item_wrapper .author a:hover{color:var(--dark-teal);text-decoration:underline}