/* Link List Component - CSS Document */
.component-link-list > .list-header {
    display: block;
    position: relative;
    margin-bottom: 1px;
    margin-top: -5px;
    font-weight: 600;
	font-size: 18px;
	color: #b9590a;
	line-height: 1.3em;
    border-bottom:1px solid #ccc;
    padding: 0px 0px 5px 0px;
}

/*.component-link-list > .list-header:before {
	content: ' ';
	border-width: 10px;
	left: 20%; 
	bottom:-.2em;
	margin-left: 0px;
	position: absolute;
	background-color: none;
	display: inline-block;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #ccc;
	border-left: 14px solid transparent;
	border-bottom-color: #d6dfe1;
}*/

/*.component-link-list > .list-group {
	color:#096;
	background: #d6dfe1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZGZlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #d6dfe1 0%, #eeeeee 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dfe1), color-stop(99%,#eeeeee));
    background: -webkit-linear-gradient(top,  #d6dfe1 0%,#eeeeee 99%);
    background: -o-linear-gradient(top,  #d6dfe1 0%,#eeeeee 99%);
    background: -ms-linear-gradient(top,  #d6dfe1 0%,#feeeeee 99%);
    background: linear-gradient(to bottom,  #d6dfe1 0%,#eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dfe1', endColorstr='#eeeeee',GradientType=0 );
}*/

.component-link-list > .list-group > .list-group-item {
	background: none;
	border: none;	
    padding:7px 0px;
}

    .component-link-list > .list-group > .list-group-item:first-child {
        padding-top: 10px;
    }

.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-link-list > .list-group > .list-group-item:hover {
	background: transparent;
    color:#202020;
}
