<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-container{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.top-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.blog-card{background:#f7f7f7;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex:1 1 30%;flex-direction:column;padding-bottom:50px;text-align:left}.blog-card,.blogthumbnail{overflow:hidden;position:relative}.blogthumbnail{width:100%}.blogthumbnail img{height:200px;object-fit:cover;width:100%}.blogthumbnail:after{background-image:linear-gradient(90deg,#65cfef 10%,#a5ef17);bottom:5px;content:"";display:block;height:.25rem;position:absolute;width:100%}.blog-contents{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px}.blog-card h2{color:#00474a!important;font-size:1.45rem;margin:10px 0 0}h2 a{color:#00474a;text-decoration:none!important}.blog-card p{color:#585555;display:-webkit-box;font-size:18px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.blog-arrow-link{background-image:url(https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/Blog/seacoastarrow.png);background-repeat:no-repeat;background-size:contain;bottom:15px;display:block;height:36px;position:absolute;right:15px;transition:opacity .3s ease-in-out;width:36px}.blog-arrow-link:hover{opacity:.8}@media (max-width:1024px){.blog-card{flex-basis:48%}}@media (max-width:768px){.top-row{flex-direction:column}.blog-card{flex-basis:100%;padding-bottom:60px}.blog-card h2{font-size:1.3rem}.blog-card p{font-size:16px}.blog-arrow-link{bottom:10px;height:30px;right:10px;width:30px}}</pre></body></html>