/*
Generated time: June 19, 2025 22:23
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.article-card{display:block;border:3px solid #000;transition:transform .2s ease-in-out;height:100%;display:flex;flex-direction:column;background-color:#fff}.col-md-12:not(.blog-card-row) .article-card{flex-direction:row;min-height:400px;background-color:#fff}.col-md-12:not(.blog-card-row) .article-card__link{flex-direction:row}.col-md-12:not(.blog-card-row) .article-card__image-wrapper{flex:0 0 50%;padding-bottom:0;height:auto}.col-md-12:not(.blog-card-row) .article-card__content{flex:0 0 50%;padding:3rem;display:flex;flex-direction:column;justify-content:center}.col-md-12:not(.blog-card-row) .article-card__title{font-size:3.2rem;min-height:auto}@media screen and (max-width:767px){.col-md-12:not(.blog-card-row) .article-card,.col-md-12:not(.blog-card-row) .article-card__link{flex-direction:column}.col-md-12:not(.blog-card-row) .article-card__image-wrapper{flex:none;padding-bottom:56.25%}.col-md-12:not(.blog-card-row) .article-card__content{flex:none;padding:1.5rem}}.blog-card-row .article-card{flex-direction:row;min-height:400px}.blog-card-row .article-card__link{flex-direction:row}.blog-card-row .article-card__image-wrapper{flex:0 0 50%;padding-bottom:0;height:auto}.blog-card-row .article-card__content{flex:0 0 50%;padding:3rem;display:flex;flex-direction:column;justify-content:center}.blog-card-row .article-card__title{font-size:3.2rem;min-height:auto;margin-bottom:2rem}@media screen and (max-width:991px){.blog-card-row .article-card,.blog-card-row .article-card__link{flex-direction:column}.blog-card-row .article-card__image-wrapper{flex:none;padding-bottom:56.25%}.blog-card-row .article-card__content{flex:none;padding:1.5rem}.blog-card-row .article-card__title{font-size:3rem}}.article-card:hover{transform:translateY(-5px)}.article-card__link{text-decoration:none;color:inherit;display:block;flex:1;display:flex;flex-direction:column}.article-card__image-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.article-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.article-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.article-card__date{font-size:.75rem;color:#000;margin-bottom:.5rem;font-weight:500}.article-card__title{font-size:3rem;line-height:1.2;margin:0 0 1rem 0;font-weight:600;flex:1;font-stretch:100%;min-height:10rem}.article-card__read-more{display:inline-block;text-decoration:underline;font-size:1rem;color:#000}.row{margin-left:-.75rem;margin-right:-.75rem}[class*=col-]{padding-left:.75rem;padding-right:.75rem}#blog-posts-container{display:flex;flex-wrap:wrap;margin:-1.5rem}#blog-posts-container>[class*=col-]{padding:1.5rem}@media screen and (min-width:768px){#blog-posts-container{grid-template-columns:repeat(auto-fill,minmax(calc(33.333% - 2rem),1fr))}}