/* Add here all your CSS customizations for rsa pages */
/* remove bottom padding for page header  and change background colour*/
.page-header {
    margin: 0 0 0 0;
}
.page-header .breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
	color: #cccccc;
}
.breadcrumb > .active a{
    color: #dddddd;
}

/* footer top border and background colour */
#footer.light {
    padding-top: 60px;
    background: #eeeeee;
    border-top: 1px solid #49509e;
}


/* footer copyright top border colour */
#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #49509e;
}
/* footer heading and link colours to rsa brand */
#footer.light h1, #footer.light h2, #footer.light h3, #footer.light h4, #footer.light a {
    color: #49509e;
}
/*underline for mail link in footer */
#footer .contact a {
    text-decoration: underline;
}
/* reduce padding for icon boxes on rules page */
.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
        border-top-width: 1px;
        border-top-color: rgb(204, 204, 204);
    border-top-width: 4px;
    padding: 30px 20px 10px 20px;
    position: relative;
    top: -1px;
}


