/* =====================================

	These styles attempt to replicate our
	Drupal madlib theme masthead styles in
	a flat version. These are intentionally
	not dependent on Bootstrap, megamenu.js,
	960.gs, or other frameworks. 

   ===================================== */

#customFooter { float:left;} /* libguides only */

#madlib-footer {
	float: left;
	width: 960px;
	margin: 10px 0 30px 0;
	padding: 20px 15px 40px 15px;
	background: #eee;
	border-top: 6px solid #ddd;
	border-radius: 0 0 10px 10px;
} 

#madlib-footer a img {
	border: none !important;
}

#madlib-footer h3 {
	line-height: 1em;
	font-size: 12px;
	border-bottom: #aaa 1px dotted;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	letter-spacing: -0.05em;
	vertical-align: baseline;
	display: block;
	text-rendering: optimizelegibility;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

	#madlib-footer h3 a, #madlib-footer h3 a:link, #madlib-footer h3 a:visited, #madlib-footer h3 a:hover, #madlib-footer h3 a:active {
		color: #A1B70D;
	}
#madlib-footer ul {
	margin: 0 10px 10px 0;
	padding: 0;
}

#madlib-footer ul li {
	font: 9pt/1.8em 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif !important;
	list-style: none;
	margin-left: 0;
	padding: 0;
}


#region-footer-devillogo {
	width: 60px;
	float: left;
	margin: 0 10px;
}


#region-footer-contact {
	width: 140px;
	float: left;
	margin: 0 10px;
}

	div.perkinsAddress {
		font-size: 10.5px;
	}

#region-footer-services {
	width: 300px;
	float: left;
	margin: 0 10px;
}

	#region-footer-services .services-col1 {
		width: 140px; 
		margin: 0 10px 0 0;
		float:left;
	}

	#region-footer-services .services-col2 {
		width: 140px; 
		margin: 0 0 0 10px;
		float:left;
	}


#region-footer-social {
	width: 190px;
	float: left;
	margin: 0 10px;
}

	.socialMediaIconsBig {
		border-top: none;
		border-bottom: none;
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;	
	}

	.socialMediaIconsBig a { margin-right: 3px; }


#region-footer-dukelogo {
	width: 140px;
	float: left;
	margin: 0 10px;
}

.dukeLogo {
	margin-top: 28px;
}
