/* customized css */
.depth-3 #blox-breadcrumbs {display:none}
.depth-3 #index-section-title {display:none}

.community-wrapper ul.navigation, .community-wrapper ul.navigation > li{
    /*background: transparent !important; */
    padding: 0 !important;
}

.community-wrapper #main_nav{
    background: #003366; 
    padding: 0 !important; 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); 
    background: -moz-linear-gradient(top, #003366 0%, #336699 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003366), color-stop(100%,#336699)); 
    background: -webkit-linear-gradient(top, #003366 0%,#336699 100%); 
    background: -o-linear-gradient(top, #003366 0%,#336699 100%); 
    background: -ms-linear-gradient(top, #003366 0%,#336699 100%); 
    background: linear-gradient(to bottom, #003366 0%,#336699 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#336699',GradientType=0 );
}

.community-wrapper #main_nav a { 
    color: #fff; 
    color: #eeeeee; 
    border-left: 1px solid rgba(255,255,255,0.15); 
    border-right: 1px solid rgba(0,0,0,.15); 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    padding: 9px 11px; 
    
    font-weight: 300; 
    font-size: 14px; 
}

.zebra-bucket-header, div.day-partition {background: #003366 !important}

.community-wrapper #main_nav > li:hover, .community-wrapper #main_nav > li:hover li:hover{
    background-color: #003366;
    color: #fff;
}
.community-wrapper .nav-depth-2 {background: #336699 !important;border:0;padding:0 !important}
.community-wrapper .mega-nav-container li{margin-top:-1px !important}

.community-wrapper #main-nav li:last-child a { 
    border-right: 0 !important; 
}

#main_nav > li:hover > a {
    color: #ffffff;
}