.article-header-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00508c;
    overflow: hidden;
    position: relative;
}
.article-header-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}
.article-header-wrap::after{
    border-width: 1.5em;
    border-left-color: #96c837;
    border-top-color: #96c837;
}
.article-header-wrap  .article-title {
    padding: 50px 0;
    color: white;
}
.article-header-wrap  .article-title h2 {
    font-size: 1.953em;
}
.article-header-wrap  .article-title h2 span {
    color: #96c837;
}
.article-header-wrap  .article-title .date {
    color: #99b9d1;
}
.article-header-wrap .icon-wrap img {
    margin: 5px 5px 15px;
}
.article-wrap {
    padding: 50px 0;
}

.article-wrap ol li .icon-ok {
    display: none;
}
.recent-wrap {
    padding: 0;
}
.recent-article {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.recent-article:last-child {
    border: none;
}
.recent-article .date {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e5edf3;
}
.recent-article .article {
    margin: 10px 0;
}
.recent-article .article p {
    margin-bottom: 0;
    color: #00508c;
}
.recent-article .article  a {
    font-weight: 300;
}
.border-left {
    border-left: none !important;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .border-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .recent-wrap {
        padding: 0 20px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { }
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }