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

    ** Custom Stylesheet **

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

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

.container { max-width:1140px; width:100%; }

.navbar-main {
    background-color: #257601;
}

.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: #fff;
    background-color: #2A8303;
}

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

.search-inputs { width:182px;height:34px; }

a:focus, a:hover {
    color: #3c8cd3;
    text-decoration: none;
}


.col-sm-9 {
    width: 73%;
}

/* Box-Sizing Controls here */


.no-box, .no-box * { box-sizing: content-box; }

.box, .box * { box-sizing:border-box; }
