body {
    background-color: #eee;
}
/* MAIN BANNER */
#page_banner {
    margin-top: 140px;
    background-color: #fff;
    background-image: url("../images/faded-background.jpg");
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top center;
    border-bottom: 1px solid #eee;

}
.page__banner {
    height: 140px;
    padding-top: 10px;
    padding-bottom: 5px;

}
.page__banner h2 {
    margin-top: 40px;
    font-family: 'Roboto Slab', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 23px;
    color: #333;
}
/* Bread Crumbs*/
.breadcrumb {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    background: none;
    padding: 0;
}
.breadcrumb>li>a {
    color: #27ae60;
    font-weight: 700;
}
.breadcrumb>li+li:before {
    color: rgb(109, 109, 109);
    content: "\203A";
    padding: 0 5px;
}

/* End of Bread Crumbs */



