<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog_header {
    background: #245493;
    padding-bottom: 17px;
}

.blog_page_title {
    font-family: Oswald, sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
}

.blog-listing {
   /* background-color: #d4d4d4;*/
    padding-right: 40px;
}

.blog-title {
    font-weight: 500;
    color: #245493;
    font-size: 32px;
}

.date {
    font-weight: 300;
    font-size: 20px;
    color: #245493;
    font-family: Oswald, sans-serif;
}

.excerpt {
}

.blog-listing li {
    border-bottom: 1px solid #245493;
}

.post-section {
    /*background-color: #d4d4d4;*/
    padding: 10px 20px;
}

.also-like {
    text-align: left;
    background-color: #245493;
    position: relative;
    height:300px;
    overflow: hidden;
    margin-bottom:15px;
}

.also-like-button {
    background: #52a648;
    padding: 4px 29px;
    border-radius: 40px;
    color: #fff;
    position: absolute;
    left: 17px;
    bottom: 15px;
}

.also-like-button:hover {
    background: #52a648bf;
    text-decoration: none;
}

.also-like-title {
    font-family: Oswald, sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
    padding: 10px 20px;
}

.latest-listing {
    text-align: left;
    background-color: #245493;
    padding: 10px 20px;
}

.latest-listing-title {
    font-family: Oswald, sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
}

.blog-archive {
    background-color: #7cb8e7;
    border-radius: 0px !important;

    padding: 10px 10px;
    width: 100%;
    display: block;
    border-top: 1px solid #fff;
    color: #fff;
}

.blog-archive:first-child {
    border-top: 0px solid #fff;
}

.blog-archive &gt; a {
    color:#fff;
}

.like-images {
    width: 100%;
    margin-bottom: 30px;
}

.arrow {
    float: left;
    width: 30px;
    padding-top: 6px;
    margin-right: 6px;
}
</pre></body></html>