/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
section#home-banner {
	background-color: #ff6600;
}
.home-shortcuts {
	background-color: #ff6600;
}

.home-shortcuts li {
	border-right: 1px solid #ff6600;
}
.home-shortcuts li:first-child {
    border-left: 1px solid #ff6600;
}
