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

    ** Custom Stylesheet **

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

***************************************************** */
.navbar-main,
ul.top-nav > li.primary-action > a.btn,
.btn-primary {
	background-color: #f1a244
}
section#home-banner {
	background-color: #52514f;
}
.home-shortcuts {
	background-color: #f1a244;
}
.home-shortcuts li {
	border-right: 1px solid #f1a244;
}
.home-shortcuts li:first-child {
    border-left: 1px solid #f1a244;
}