/*--------------------------------*/
/* Primary Color
/*--------------------------------*/
.top-aside,
.banner,
.small_banner,
.banner-slider,
footer {
background-color: #021b79;
background: -webkit-gradient(radial, center center, 0, center center, 460, from(#0575e6), to(#021b79));
background: -webkit-radial-gradient(circle, #0575e6, #021b79);
background: -moz-radial-gradient(circle, #0575e6, #021b79);
background: -ms-radial-gradient(circle, #0575e6, #021b79);
}
.top-aside ul.custom-menu li .sub-menu {
background:#021b79;
}
.top-aside ul.custom-menu li li a:hover {
background:#0575e6;
}
/* IE 8/9 (doesn't support radial gradient) */
.ie8 .top-aside,
.ie8 .banner,
.ie8 .small_banner,
.ie8 .banner-slider,
.ie8 footer,
.ie9 .top-aside,
.ie9 .banner,
.ie9 .small_banner,
.ie9 .banner-slider,
.ie9 footer {
background-color: #021b79;
background-image: url("../images/skins/bg-banner-blue-ice.png");
background-position: center center;
background-repeat: no-repeat;
}
body.sterling-color-interface header .sub-menu li:hover {
    background: #1047B3;
    box-shadow: 0 0 2px rgba(0,0,0,0.5) inset;
    color: #FFF;
}
body.sterling-color-interface header .sub-menu li:hover a { color: #FFF; }
/*-----------------------------------------------------------------------------------*/
/* Secondary Color
/*-----------------------------------------------------------------------------------*/
a,
a:hover,
h1,
h2, 
h3,
h4,
h5,
h6 header *,
dl dt.current,
.current-menu-item a,
.current-menu-parent a,
.current-menu-parent ul .current-menu-item a,
.current_page_parent a,
.current-menu-ancestor a,
.current-menu-ancestor .sub-menu .current-menu-ancestor a,
.current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu .current-menu-item a,
.pagination .current:link,
.pagination .current:visited,
.post-details a:link,
.post-details a:visited,
aside a:visited,
.postinfo a,
.comment-author,
.comment-text a,
.tt-icon span,
.tt-comment-count,
.sidebar .subnav .has_subnav .current_subpage a,
.sidebar .subnav .has_subnav .current_subpage a:hover,
.submenu .current,
.pagination .current:link,
.pagination .current:visited,
.meta a:link,
.wp-pagenavi .current,
.article_preview strong a,
.article_preview strong a:hover,
.sitemap-title,
.faq-content .faq-heading,
.faq-questions ol,
.callout-heading,
.member-contact-phone,
#home-marketing-icons strong,
.faq-questions a:hover,
.s-one ul li a,
.s-one .current-page-ancestor a,
.s-one .current-page-ancestor ul li a,
.home-vertical-sidebar .widget-heading,
.tt-icon strong,
.tt-icon-box span.fa-stack
{color: #1047B3;}

header .subnav li:hover > a:first-child:link, .tabs_type_1 dt:hover, .tabs_type_2 dt:hover{
color: #1047B3 !important;
}
.post-thumb a:hover {
border: 1px solid #CD886C;
box-shadow: 0 0 4px rgba(204, 96, 27, 0.7);
}
.faq-questions a:hover,
.s-one ul li a,
.s-one .current-page-ancestor a,
.s-one .current-page-ancestor ul li a {
border-bottom:1px dotted #1047B3;
}
.sidebar .subnav .current_subpage a,
.sidebar .subnav .current_subpage a:hover{
background: url(../images/skins/submenu-active-blue-ice.png) right top no-repeat;
margin-right: -12px;
}
body.sterling-color-interface #gallery-nav a:hover,
body.sterling-color-interface #gallery-nav .active a {
    background: #1047B3;
    box-shadow: 0 0 2px rgba(0,0,0,0.5) inset;
    color: #FFF;
}