.pathway{
padding: 20px 23px 20px 0px;
box-sizing: border-box;
/*
border-bottom: 1px solid #DFDFDF;
border-top: 1px solid #DFDFDF;
*/
color: #033048;
font-size: 16px;
}
.pathway a{
color: #3B3B3B;
display: inline-block;
}
.pathway a:after{
content: "/";
display: inline-block;
margin: 0px 5px;
}

.pathway a:last-child{
color: #003177;
font-weight: 700;
}
.pathway a:last-child:after{
display: none;
}