.hvo-latest-blog-posts {
    border: 2px solid #717171;
}
.hvo-latest-blog-posts th {
    border-bottom: 2px solid #717171;
    background-color: #fafafa;
    font-size: 1.2em;
    padding: 2px;
}
.hvo-latest-blog-posts-date {
    width: 80px;
}
.hvo-latest-blog-posts-date, .hvo-latest-blog-posts-author {
    font-size: .8em;
}
.hvo-latest-blog-posts td {
    padding: 1px 3px;
}
.hvo-latest-blog-posts-title {
    font-style: italic;
}
.hvo-latest-blog-posts :not(:last-child) .hvo-latest-blog-posts-title {
    border-bottom: 1px solid #717171;
}
.hvo-go-to-blog {
    margin-top: 6px;
    margin-bottom: 24px;
}
.hvo-go-to-blog p {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}
.hvo-featured-post .featured-text {
    position: absolute;
    background: #e9e9ea;
    opacity: .9;
    padding: 1em 1.5em;
    width: 100%;
    word-wrap: break-word;
}
.hvo-latest-blog-posts th {
    background: #ffc966;
    opacity: .9;
}
#featured-posts img {
    width: 800px;
    height: 450px;
    object-fit: cover;
    object-position: 50% 30%;
}
.unslider-nav {
    position: absolute;
    left: 0;
    right: 0;
}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #DDD;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background: #444;
    cursor: default;
}