/* Custom CSS
------------------------------------------------------------ */

.header-title-box {
	word-spacing: .2em
}

/* Resource Box Styles */

.resource-listing {
	padding: 8px 0px 8px 0px;
}

.resource-listing .resource-title {
	font-size: 18px;
	color: #000;
}

.resource-listing .pub-info {
	font-size: 14px;
	color: #900;
}

.resource-row p.red-text {
	color: #990000;
	margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}


/* Resource List Styles */

.link-list h5 {
	font-family: Muli, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 30px 0px 2px 0px;
}

.link-list p {
	font-size: 15px;
}

.link-list li {
		font-size: 15px;
			margin-bottom: 4px;
			 list-style-type: circle;
}
	
.link-list ul {
	padding: 0px 0px 0px 17px;
}

.link-list a {
		border-bottom: 1px dotted #CC0000;
		padding-bottom: 1px;
}

.link-post h3 {
	font-family: Muli, sans-serif;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

.link-post h4 {
	color: #d39819;
	font-family: Muli, sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin: 2px 0px 4px 0px;
}

.link-post h5 {
	color: #d39819;
	font-family: Muli, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin:10px 0px 5px 0px;
}

.link-post h6 {
	color: #666;
	font-family: Muli, sans-serif;
	font-size: 12px;
	font-weight: 600;
		letter-spacing: .5px;
		text-transform: uppercase;
	margin: 5px 0px 0px 0px;
	text-align: right;
}

.link-post p {
	font-size: 14px;
		margin-bottom: 5px;
}

.link-post p.morelink {
	margin-bottom: 10px;
			font-size: 12px;
}

.link-post li {
		font-size: 15px;
			margin-bottom: 4px;
			 list-style-type: circle;
}
	
.link-post ul {
	padding: 0px 0px 0px 17px;
}

.link-post a {
		color: #660000;
		border-bottom: 1px dotted #CC0000;
		padding-bottom: 1px;
}

.link-post a:hover {
		color: #CC0000;
		border-bottom: 1px solid #ddd;
}

.link-post .fl-post-text {
    padding: 0px 10px 0px 10px;
    	background: #FFFFFF;
}

/* FacetWP Styles */

#facet-column {
    font-size: 13px;
}
	
.facetwp-facet-title {
			font-size: 16px;
			color: #900;
			text-transform: uppercase;
}

.facetwp-bb-module .facetwp-facet {
    margin-bottom: 30px;
}

.facetwp-facet.facetwp-facet-search {
	margin-bottom: 10px;
}

.facetwp-bb-module .facetwp-search {
    width: 100%;
    padding: 6px 12px;
    color: #888;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
}





