.atk-layout-row.atk-layout-fluid {
    position: relative;
}

.atk-layout-row.atk-layout-fluid::before {
    content: '';
    position: absolute;
    height: 280px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #003366;
}

div#fontpicker,
.nshare {
    display: none;
}

p.adate.btm {
    border: 0;
    color: #333;
    font-size: 16px;
    text-align: left;
}

div#fontpicker {
    display: none !important;
}

div#ArticleContent {
    padding: 4em 6em !important;
}

div#ViewArticle h2 {
    font-size: 3rem;
    color: #000;
}

.articleImage {
    margin-right: 20px !important;
}

#ArticleContent h3 {
    font-size: 1.75rem;
    margin-bottom: 10px !important;
}

.adate a {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 12px;
}

p.adate {
    display: flex;
    margin-bottom: 0 !important;
    align-items: center;
    font-size: 0 !important;
}

.adate a:first-child {
    background: url(/i/arrow_icon.png);
    background-size: cover;
    background-position: center;
    transform: scale(-1);
}

.adate a:nth-child(2) {
    display: none;
}

.adate a:last-child {
    background: url(/i/arrow_icon.png);
    background-size: cover;
    background-position: center;
}

.event-header.bottom-action .adate a:first-child {
    background: url(/i/arrow_icon_black.png);
    background-size: cover;
    background-position: center;
}

.event-header.bottom-action .adate a:last-child {
    background: url(/i/arrow_icon_black.png);
    background-size: cover;
    background-position: center;
}

.news-actions p,
.news-actions p a {
    color: #fff;
    font-size: 14px;
}

.news-actions p a {
    margin-right: 10px;
    background-color: #285079;
    padding: 8px 10px;
    border-radius: 4px;
}

.news-actions p a:hover {
    text-decoration: none;
    background-color: #184a7c;
}

.news-actions {
    margin: 5em 0 5em !important;
}

.news-actions p a:last-child {
    margin-right: 0;
}

.article-content h2 {
    font-size: 1.75rem !important;
}


@media(max-width: 767px) {
    div#ArticleContent {
        padding: 2em 1em !important;
    }

    div#ViewArticle h2 {
        font-size: 2rem;
    }

    .news-actions p a {
        display: inline-block;
        margin: 5px 5px;
        width: calc(50% - 10px);
    }

    .news-actions p {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.6em;
    }

    .articleImage {
        margin: 0 0 20px !important;
    }
}