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

    ** Custom Stylesheet **

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

***************************************************** */
section#header .logo img {
    margin: 0;
    padding: 0;
    max-height: 100px; !important;
    vertical-align: middle;
}
.navbar-main {
    background-color: #009914;
}
section#home-banner {
	background-color: #000000;
}
.home-shortcuts {
	background-color: #009914;
}
.home-shortcuts li {
	border-right: 1px solid #000000;
}
.home-shortcuts li:first-child {
    border-left: 1px solid #000000;
}
.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
    color: #eee;
    background-color: #000000;
}

ul.top-nav > li.primary-action > a.btn {
    padding: 6px 15px;
    background-color: #000000;
    color: #fff;
    border-radius: 3px;
}
