﻿.blog-featured-post{display:flex;justify-content:center;margin:100px 0 50px;}.blog-featured-post-container{position:relative;max-width:1500px;}.blog-featured-post-bg{position:absolute;width:100%;height:100%;display:flex;}.blog-featured-post-bg-left{width:35%;height:100%;background-size:cover;}.blog-featured-post-bg-right{width:65%;height:100%;background-size:cover;background-position:center;}.blog-featured-post-content{display:flex;position:relative;margin:70px 100px;}@media(max-width:1100px){.blog-featured-post-content{margin:50px 60px;}}@media(max-width:500px){.blog-featured-post-content{margin:30px 30px;}}.blog-featured-post-content-text{width:60%;background-color:#fff;padding:35px 50px;}@media(max-width:1100px){.blog-featured-post-content-text{width:100%;}}@media(max-width:500px){.blog-featured-post-content-text{padding:20px 30px;}}.blog-featured-post-content-logo{width:40%;padding:30px 35px 30px 80px;display:flex;justify-items:center;align-items:center;}@media(max-width:1100px){.blog-featured-post-content-logo{display:none;}}.blog-featured-post-content-logo img{max-width:100%;}.blog-content{display:flex;justify-content:center;}.blog-content-container{display:flex;flex-direction:column;align-items:center;}.blog-content-container h2{width:100%;}.blog-content-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:50px;}@media(max-width:900px){.blog-content-posts{grid-template-columns:repeat(2,1fr);}}@media(max-width:600px){.blog-content-posts{grid-template-columns:repeat(1,1fr);}}.blog-content-posts-entry{display:flex;flex-direction:column;}.blog-content-posts-entry-image{height:320px;width:100%;background-size:cover;background-position:center;position:relative;overflow:hidden;margin-bottom:15px;}.blog-content-posts-entry-image .mountain{width:200px;position:absolute;top:0;right:-40px;}.blog-content-posts-entry-text{color:#1d3454;display:flex;flex-direction:column;}.blog-content-posts-entry-text h3{font-size:1.5625rem;font-weight:700;line-height:1.875rem;margin-bottom:5px;}.blog-content-posts-entry-text .post-meta{font-size:.92rem;}.blog-content-posts-entry-text hr{width:180px;margin:5px 0 15px 0;border:1px solid #2e6174;}.blog-content-posts-entry-text .read-more-link{color:#2e6174;text-transform:uppercase;font-size:1.25rem;margin-top:20px;}@media(max-width:600px){.blog-content-posts-entry-text .read-more-link{font-size:1.1rem;}}