.navbar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: none;
    background: rgba(34, 33, 33, 0.9);
    margin: 0;
    height: 55px;
    margin-bottom: 48px; }
#searchForm .submit .gideon-searchIcon, .productSearch .submit .gideon-searchIcon {
    position: relative;
    display: inline-block;
    background: #519d34;
    margin-right: -2px;
    height: 59px;
    margin-top: -2px;
    margin-bottom: -8px;
    width: 55px;
    font-size: 90px; }
#searchForm .submit .gideon-searchIcon:before, .productSearch .submit .gideon-searchIcon:before {
    position: absolute;
    left: 11px;
    top: 31px;
    z-index: 5;
    font-family: FontGideon;
    content: "f";
    color: #fff; }
.intro .introThumbnail .caption {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: -webkit-linear-gradient(left, rgba(111, 156, 60, 0.8), rgba(27, 137, 55, 0.8));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(111, 156, 60, 0.8), rgba(27, 137, 55, 0.8));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(111, 156, 60, 0.8), rgba(27, 137, 55, 0.8));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(111, 156, 60, 0.8), rgba(27, 137, 55, 0.8));
    /* Standard syntax (must be last) */
    color: #fff;
    font-size: 38px;
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 20px; }
.sideBarItem.gideonInfo ul li .icon, .sideBarItem.gideonInfo ul li .fa {
    position: absolute;
    left: 0;
    font-size: 22px;
    color: #6f9c3c;
    margin-bottom: 20px; }
.sideBarItem.newsLetter form input[type="submit"] {
    border: 0px;
    text-transform: uppercase;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #6f9c3c, #1b8937);
    background: -o-linear-gradient(right, #6f9c3c, #1b8937);
    background: -moz-linear-gradient(right, #6f9c3c, #1b8937);
    background: linear-gradient(to right, #6f9c3c, #1b8937);
    height: 40px; }
#footer {
    background: #4c4c4c;
    padding-top: 55px;
    padding-bottom: 45px;
    margin-top: 40px;
    color: white;
    font-size: 14px;
    line-height: 25px; }