/* Link List Component - CSS Document */
.component-content-list > .list-group > .list-group-item {
	background: none;
	border: none;	
}

.component-link-list > .list-group > .list-group-item > a,
.component-link-list > .list-group > .list-group-item > a:active,
.component-link-list > .list-group > .list-group-item > a:hover,
.component-link-list > .list-group > .list-group-item > a:visited,
.component-link-list > .list-group > .list-group-item > a:link {
	color: #414042;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.component-content-list > .list-group > .list-group-item:hover {
	background: rgba(0,0,0,0.1);
}

.sidebar .content-list h3 {
    border-bottom: 1px solid #ccc;
    padding: 4px 0px;
}

/*************************Content List component**************************/
.lists {
    padding: 0px;
}

.content-list .well.well-sm {
    text-align: center;
    margin-top: 0px;
}

.sidebar .component-content-list,
.sidebar .component-recent-list,
.sidebar .dropdown-component {
    margin-bottom: 20px;
}


/*************************Research Content List component**************************/

.research .content-list h3, .research .content-list h3 a {
    font-family:'Open Sans';
    font-weight: 600;
    font-size: 18px;
}
.research .component-recent-list h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8b140b;
}
.research .component-recent-list .feature-content h4 a {
    color:#202020;
    font-weight:bold;
    font-size:16px;
    font-family:'Roboto';
}

.research .component-recent-list p {
    font-family:'Roboto Condensed';
}

.research .content-list h4 a {
    font-family:'Roboto';
    font-size: 0.938em;
    color:  #5c5f60;
}

/*.aboutus .content-list {
    color: #202020;
}

.aboutus .content-list h4,
.aboutus .content-list h4 a {
    font-family:'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.aboutus .content-list h4 a:hover {
    color:#3e7d91;
}

.aboutus .content-list p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
} */

.research .content-list span.author {
    color: #3e7d91;
    font-weight: 400;
    font-size: 0.9em;
    font-family: 'Open Sans';
    font-style: italic;
    padding-right: 50%;
}

.research .content-list p {
    font-size: 14px;
    font-weight:400;
    color: #202020;

}
.research .content-list .lists {
    border:none;
}

/*
.research .content-list .lists {
    border-top:1px solid #202020;
    border-bottom: 1px solid #202020;
}
*/

.research .content-block ul, .research .content-block ol {
    font-family:'Open Sans', sans-serif;
    color:#231f20;
}

.content-block p,
.content-block ul,
.content-block ol {
    font-size:14px;
    color:#231f20;
}

.research .content-block h4 {
    font-family:'Roboto';
    font-weight:600;
    font-size: 16px;
    color:#5c5f60;
    padding:0px 0px 8px 0px;

}
.research .content-block p {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    color:#231f20;
}
.research .content-block span.more {
    font-family: 'Roboto Condensed';
    font-size: .9em;
    color: #3e7d91;
    font-weight: bold;
}
.research .payment-archive {
    background: #5c5f60;
    border-radius: 0px 0px 0.750em 0px;
    color: #fff;
    list-style: none;
    width: 100%;
    padding: 0.938em;
    font-weight: bold;
    font-family: 'Open Sans';
    font-style: italic;
}
.research .payment-archive li {
    float:left;
}

/************************* Banking Custom List component**************************/
.banking .content-list h4.title {
	color: #fff;
	width: 100%;
	background: #666;
	padding: 6px;
}


.banking .content-list .feature-content  h4 {
	font-family: 'Roboto Condensed';
    font-size: 16px;
    margin-bottom:0px;
}

/*
.banking .content-list .feature-content {
    padding-right:10%;    
    
    
    border-bottom:1px solid #ccc; 
}
*/

.banking .first .content-list .feature-content p {
    border-bottom: none;
    padding-bottom:0px;
}
.banking .first .component-custom-list hr {
    display:none;
}
.banking .first .component-custom-list span.title {
    font-family:'Roboto Condensed';
    font-size: 0.9em;
}
.banking .first .component-custom-list span.date {
        color: #5c5f60;
    font-size: .9em;
    font-style: italic;
    font-weight: 400;
}

/*
.publications .component-recent-list span.btn.btn-link.pull-right {
    border-top: 1px solid #403f44;
    width: 100%;
    text-align: right;
    margin: 0.750em auto;
    padding: 8px 3px;
}
*/

/* overwrite */
.content-list > .lists .feature-content h4,
.content-list > .lists .feature-content h4 a {
    font-family:'Roboto';
    color: #5c5f60;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .1em;
}

.content-list > .lists .feature-content h4 a {
    color: #438797;
}

.content-list > .lists .feature-content h4 a:hover,
.first .content-list > .lists .feature-content h4 a:hover {
    color:#202020;
}

.content-list.filter > .lists > .row {
    margin-bottom: 15px;
}