/*============================================================================================*/
/* COLOR SCHEME 2 */
/*============================================================================================*/
/* HEADER*/
header {
    background-color: #2685d6;          /*Change here*/
    border-bottom: 1px solid #fff;      /*Change here*/
}

ul#top_nav li {
    border-left: 1px solid #217090;
}

    ul#top_nav li a {
        color: #b4d3e0;
    }

nav {
    background-color: #f7ae03;  /*Change here*/
}

#main-features {
    background: #2685d6  url(../img/bg_sub-header_2.png) repeat 0 0; /*Change here*/
    color: #c9cacb;
}

.feature i {
    border: 2px solid #fff;
    color: #1abc9c;
}

.divider_top {
    background: url(../img/top_divider.png) repeat-x center bottom;
}

.divider_top_black {
    background: url(../img/top_divider_blue.png) repeat-x center bottom;
}

#sub-header {
    color: #fff;
    background: #0076a3 url(../img/bg_sub-header.png) repeat 0 0;
}

/* MENU + MEGAMENU*/
.sb-icon-search, .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #004e6d;
}

.sf-menu .sf-mega {
    background: #2685d6;    /*Change here*/
}

ul.sf-menu li a:hover {
    color: #f7ae03;     /*Change here*/
}

.sf-menu ul li {
    background: #2e30ae ;
}

    .sf-menu ul li a {
        background: #2685d6;    /*Change here*/
    }

        .sf-menu ul li a:hover {
            background: #f7ae03;    /*Change here*/
            color: #2685d6;         /*Change here*/
        }

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #2685d6;    /*Change here*/
    color: #fff;
}

.sf-menu .sf-mega ul.mega_submenu li a {
    color: #fff;
}

.sf-mega h5 {
    border-bottom: 1px solid #b4d3e0; /*Change here*/
}

.sf-menu .sf-mega ul.mega_submenu li {
    border-bottom: 1px dotted #dbd9d9; /*Change here*/
}

/* FOOTER */
footer hr {
    border-color: #217090;
}

input.form-control#email_newsletter {
    background-color: #0076a3;
    color: #fff;
}

    input.form-control#email_newsletter::-moz-placeholder {
        color: #fff;
        opacity: 0.5;
    }

    input.form-control#email_newsletter::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.5;
    }

footer {
    background: #2685d6  url(../img/logo_footer.png) no-repeat center 60px; /*Change here*/
    color: #fff;
}

#nav-footer ul li a {
    color: #165285;
}

    #nav-footer ul li a:hover {
        color: #FF9;
    }

ul#follow_us li a {
    border: 2px solid #b4d3e0;
}

#copy_right {
    background-color: #023b52; /*change here*/
    color: #fff;
}

.phone {
    color: #FF9;
}

/* COMMON*/
#directions {
    background-color: #2685d6;
}

#login_bg {
    background: #0076a3 url(../img/bg_sub-header.png) repeat 0 0;
}

#wizard_bg {
    background: #0076a3 url(../img/bg_sub-header.png) repeat 0 0;
}
