.article_header{
    background-color: #37569c;
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding:20px;
}
.breadcrumb{
    border: 1px solid #ebebeb;
    background-color: #FFFFFF;
    border-radius: 0px;
    border-top: 0px;
    padding: 15px;
}

.breadcrumb a{
    color: #000000;
    text-decoration: underline;
}