﻿.latest-news-title {
    border-left-color: #288999 !important;
}

    .latest-news-title h1 {
        color: #288999;
    }

.latest_news .latest_news_article img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .latest_news .latest_news_article img {
        width: auto;
        max-width: 100%;
    }
}

.latest_news .latest_news_article a {
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

    .latest_news .latest_news_article a:hover {
        text-decoration: underline;
    }

.latest_news .latest_news_read_more {
    font-size: 12px;
}

.latest_news .latest_news_show_button {
    padding: 10px;
    background-color: #DFE3EC;
    min-width: 150px;
    border: 1px solid #DFE3EC;
    color: #0A1C5C;
    font-weight: 700;
    outline: none;
}

    .latest-news-title .latest_news_show_button:hover {
        border: 2px solid black !important;
    }

    .latest-news-title .latest_news_show_button:focus {
        border: 2px solid black !important;
    }