/* SiteImprove */
.notched-container p.meta.typeMeta, .notched-container p.title {
    line-height: 1.5 !important;
}
.event-feed .content p.meta, .feed-item .content p.meta, .feed-item .content p.content {
    line-height: 1.5 !important;
}
/* add custom site CSS here */
a.more.top.resources {
    position: absolute;
    top: 0.25rem;
    line-height: 1.625rem;
    right: 12px;
    color: #fff;
    font-family: BentonSansRegular,'Arial Narrow',Arial,sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

#featured-resources .notched-container {
	//background-color: #006298;
	background-color: #243142;
}
#featured-resources .meta {
    color: #b8b0ab !important;
}
#featured-resources span.typeMeta {
    font-size: 1rem;
    letter-spacing: .0125rem;
    line-height: 1.33333;
    text-transform: uppercase;
    color: #fff;	
    padding-left: 4px;
}
span.typeMeta {
    font-size: 1rem;
    letter-spacing: .0125rem;
    line-height: 1.33333;
    text-transform: uppercase;
    color: #4c5a69;	
    padding-left: 4px;
}
.typeIcon {
	height: 40px;
}
.section.details {
	padding-top: 0;
}
#content.section.details {
	margin-top: 10px !important;
}
.bg-crimson.bg-dark.section .detail-meta .meta {
	color:#fff;
}
.bg-dark .quote cite,.bg-dark cite  {
	color:#fff;
}
.breadcrumbs a {
    color: #000;
}

/* Projects */
h3.project {
	margin: 0 !important;
	padding: 0 !important;
}
.small-sub.project-status {
	/*background-color: #E0E0E0;*/
	padding: 10px 0 10px 0 !important;
	margin: 0 0 0 0 !important;
}
.small-sub.project-description {
	background-color: #E0E0E0;
	padding: 10px 10px;
}
.feed-item.project {
	padding-bottom: 0 !important;
	margin-bottom: 0 10px 0 0 !important;
}


