/* Base overrides */
h1, h2, h3, h4, h5, h6{ font-weight:normal; }

.bold, strong, b {
	font-weight: normal;
}

.icon-sigma-u:before{content:"\03C3";}

body[data-header-color="custom"] header#top nav ul #search-btn > div {
    border-color:rgba(0,0,0,0.1) !important;
}

body #page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    text-shadow: 1px 1px #4d5159;
}

h1.entry-title {
    font-size:28px !important;
}

body[data-bg-header="true"] .container.main-content {
    padding-top:25px;
}


/* Header border color on responsive mobile width */
@media only screen and (min-width : 690px) and (max-width : 1000px) {
    body:not(.material) #header-secondary-outer nav > ul > li.login-btn:last-child {
        border-right: 1px solid rgba(0,0,0,0.1) !important;
    }
    
    header#top nav > ul > li > a {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
    body:not(.material) #header-secondary-outer nav ul.sf-menu {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li:last-child{border-right:1px solid rgba(0,0,0,0.1);}

    body:not(.material) #header-secondary-outer nav ul.sf-menu {
		 border-top: 1px solid rgba(0,0,0,0.1) !important;
    }
    
    .harvest-item, .dondero-item {
        position: relative;
        top:10px;
    }
}

@media only screen and (max-width: 690px) {
    #header-secondary-outer .harvest{
        top:12px;
    }


    #header-secondary-outer .dondero {
        top:12px;
    }
}


/* Theme styles overrides for strategies icons/links */
.col:not(.post-area):not(.span_12):not(#sidebar):hover .strategies-list [class^="icon-"].icon-3x.extra-color-2.alt-style.hovered, 
body .col:not(.post-area):not(.span_12):not(#sidebar):hover .strategies-list a [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover .strategies-list [class^="icon-"].icon-3x.accent-color.alt-style.hovered, 
body .col:not(.post-area):not(.span_12):not(#sidebar):hover .strategies-list a [class*=" icon-"].icon-3x.accent-color.alt-style.hovered
{
    color: #fff!important;
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^="icon-"].icon-3x.alt-style.extra-color-2.hovered {
    background-color:#939393!important;
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^="icon-"].icon-3x.alt-style.accent-color.hovered {
    background-color: #005596!important;
}

/* Fund document list */

.tree a{
	cursor:pointer;
}
.tree ul {
    list-style: none outside none;
}
.tree li a {
    line-height: 25px;
    cursor:pointer;
}
.tree > ul > li > a {
    color: #3B4C56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tree li.parent > a {
    padding: 0 0 0 5px;
}
.tree li.parent > a:before {
    background-image: url("../images/plus_minus_icons.png");
    background-position: 25px center;
     content: ""; 
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 23px;
}
.tree ul li.active > a:before {
    background-position: 0 center;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
}
.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}




.strategies_7{
    float: left; 
    height: 205px; 
    width: 137px; 
    padding-left: 29px;
}

.cities_5{
    float: left; 
    width: 18%; 
    margin-right:1%; 
    margin-left:1%; 
    min-width:150px;
    padding-bottom:25px;
}

.donderoLinks {
    text-align: center; 
    padding:10px 0;
}

.donderoLinks i {
    background:#005596;
}

.harvest {
    width:100%;
    height:100%;
    position:relative;
    margin-top:4px;
    display:block;
}
.harvest .harvestIcon {
    width:14px;
    height:19px;
    background:url('/wp-content/uploads/2014/10/icon-harvest.png');
}

.harvest .harvestIconHover {
    width:14px;
    height:19px;
    background:url('/wp-content/uploads/2018/01/icon-harvest-hover2.png');
    position:absolute;
    top:0;
    right:0;
    opacity:0;
}

.dondero {
    width:100%;
    height:100%;
    position:relative;
    margin-top:4px;
    display:block;
}
.dondero .donderoIcon {
    width:19px;
    height:19px;
    background:url('/wp-content/uploads/2014/10/icon-dondero.png');
}

.dondero .donderoIconHover {
    width:19px;
    height:19px;
    background:url('/wp-content/uploads/2018/01/icon-dondero-hover2.png');
    position:absolute;
    top:0;
    right:0;
    opacity:0;
}

#header-secondary-outer .harvest{
    margin-top:0;
    width:auto;
    margin-left:2px;
}

#header-secondary-outer .dondero {
    margin-top:0;
    width:auto;
    margin-left:2px;
}

#header-secondary-outer .harvest .harvestIcon {
    width:9px;
    height:16px;
    background:url('/wp-content/uploads/2015/01/icon-harvest-header.png') no-repeat center center;
}

#header-secondary-outer .dondero .donderoIcon {
    width:12px;
    height:16px;
    background:url('/wp-content/uploads/2015/01/icon-dondero-header.png') no-repeat center center;
}

#header-secondary-outer .harvest .harvestIconHover {
    width:9px;
    height:16px;
    background:url('/wp-content/uploads/2015/01/icon-harvest-header-hover.png') no-repeat center center;
    left:10px;
    top:8px;
}

#header-secondary-outer .dondero .donderoIconHover {
    width:12px;
    height:16px;
    background:url('/wp-content/uploads/2015/01/icon-dondero-header-hover.png') no-repeat center center;
    left:10px;
    top:8px;
}

article.post .content-inner {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#harvest-circle {
    width:32px;
    height:32px;
    margin-bottom:-10px;
    background:url('/wp-content/uploads/2015/02/icon-harvest-circle.png') center center no-repeat;
    display:inline-block;
}

#dondero-circle {
    width:32px;
    height:32px;
    margin-bottom:-10px;
    background:url('/wp-content/uploads/2015/02/icon-dondero-circle.png') center center no-repeat;
    display:inline-block;
}

.strategies-list a i.icon-3x[class^="icon-"], 
.strategies-list a i.icon-3x[class^="icon-"].hovered
.strategies-list a i.icon-3x[class*=" icon-"],
.strategies-list a i.icon-3x[class*=" icon-"].hovered {
    color:#fff !important;
    margin-bottom: 0;
}

#single-below-header .meta-author.vcard.author {
    display:none;
}

.meta-comment-count {
    display:none !important;
}
