/* TEXT */
.blogpost .page_body p,
.blogpost .page_body li,
.blogpost .page_body td,
.blogpost .page_body th,
.top_lvl_nav_agg a.service .text,
#front_resource_section_container a.service .text,
#front_resource_section_container a.service h5,
#front_mission.highlightbox,
.front_path_wrap p,
.search-results p,
address
{
	font-size: 15px !important;
	line-height: 24px !important;
	color: #000;
}
address {
	color: #999;
}

/* HEADERS */
.blogpost .page_body h1, 
.blogpost .page_body h2, 
.blogpost .page_body h3, 
.blogpost .page_body h4, 
.blogpost .page_body h5, 
.blogpost .page_body h6,
.top_lvl_nav_agg a.service h4,
#front_resource_section_container a.service h4,
#front_mission p,
.front_path_section_container h2,
.front_path_wrap .foliotextholder .itemtitle a,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar .block-categories ul li a,
.search-results h3
{
	color: #000 !important;
	font-weight: 400 !important;
	opacity: 1;
}
.blogpost .page_body h5 {
	font-size: 16px;
}
.blogpost .page_body h3, 
.node-type-webform div.node-webform h3 {
	border-top: 1px solid #e5e5e5;
}

/* OTHER */
.blogpost .page_body blockquote,
.blogpost .page_body table {
	margin: 30px 0;
}
.blogpost .page_body blockquote p {
	font-size: 16px;
	line-height: 25px;
}
.blogpost .page_body input[type=button] {
	margin: 10px 0;
}
.blogpost ol ul,
.blogpost ol ol,
.blogpost ul ul,
.blogpost ul ol {
	margin-top: 10px;
	margin-bottom: 13px !important;
}
.top_lvl_nav_agg a.service .serviceicon,
#front_resource_section_container a.service .serviceicon {
	margin-top: -6px;
}
.blogpost .page_body table tr:nth-child(even) {
	background-color: #f3f3f3;
}
.blogpost .page_body table thead,
.blogpost .page_body blockquote {
	background-color: #eee;
}
.blogpost .page_body table {
	border-bottom: 1px solid #e5e5e5;
}
.map_wrap {
	padding-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.node-type-static-page .blogpost.staff_bio .postmedia img {
    width: 100%;
    height: 100%;
}
.blogpost.smallmedia .postbody {
	padding-left: 0;
	width: 550px;
}
@media only screen and (max-width: 1199px) and (min-width: 980px) {
	.blogpost.smallmedia .postbody {
	    width: 370px;
	}	
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
	.blogpost.smallmedia .postbody {
	    width: 280px;
	}	
}
@media only screen and (max-width: 767px) {
	.blogpost.smallmedia .postbody {
	    width: 100%;
	}	
}

/* VERTICAL LINE SEPERATOR (BODY and SIDEBAR) */
#firstcontentcontainer div.region.content.span9 {
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
}
@media only screen and (max-width: 767px) {
	#firstcontentcontainer div.region.content.span9 {
		border-right: none;
		padding-right: 0;
	}
}
/*@media only screen and (min-width: 1200px) {
	.node-type-static-page .blogpost .postmedia img {
		margin-left: -15px;
	}
}*/

/* SIDEBAR and MAIN NAV */
.sidebar .highlightbox,
.ddsmoothmenu ul li a:link, 
.ddsmoothmenu ul li a:visited,
.ddsmoothmenu ul li.active a.active {
	color: #333;
}

/* MASTHEAD */
.breadcrumbwrap {
	font-size: 13px;
	margin-top: 37px;
}

/* FRONT PAGE */
#front_resource_section_container a.service h5 {
	color: #999;
}

/* FOOTER */
.footer .block {
	color: #ccc;
}
.footer a,
.footer .tagcloud a:hover {
	color: #fff !important;
}

/* SITE DEPENDENT ************************************************ */
.sidebar .block-categories ul li a:hover,
.footer a:hover,
.search-results h3 a:hover,
.ddsmoothmenu ul li a:hover
{
	/* CIPE			color: #286dc0 !important; */
	/* YSS/FSY */	color: #63aaff !important;
	/* GSASPD		color: #f27934 !important; */
}

