/* EEC/styles.css
 * Ethics & Elections sites only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */


#rightCol .ContactComponent h2 {
	font-size:100%;
	font-weight:bold;
}
#rightCol .ContactComponent .contactText > a , #rightCol .ContactComponent .contactText > br {
	display:none 
}

/* small devices (phones, below 768px ) */
@media (max-width: 768px) {}


/* Medium devices (tablet, 768px to 992px) */
@media (min-width: 768px) and (max-width: 991px) {}


/* Desktop (992px + ) */
@media (min-width: 992px) {
	
	#deptFooter div#deptColumn1 {
		width:66%
	}
	#deptFooter div#deptColumn1 #deptFooterTitle #addressStreet {
		float:left;
		width:30%;
	}
	#deptFooter div#deptColumn1 #deptFooterTitle #addressMailing {
		float:left;
		width:30%;
		clear:right;
	}
	#deptFooter div#deptColumn1 #deptFooterTitle #deptPhoneNumbers {
		float:left;
	}
	
	#deptFooter div#deptColumn2 {
		display:none;
	}
	/* retaliation form spacing customizations */
	#x29470 form .form-group .col-md-6 {padding-bottom:15px}


}