/* Council.css
 * Council site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */

#deptTopNav ul li > a, #deptTopNav ul li > a:visited {
    padding: 10px 9px 15px;
}

#leftNav li li {
	background: #d7f2fb;
}
#leftNav li li:hover {
	background: #eeeeee;
}
/* blog customizations */

#mainColMain .mainColumnTwoColumn .feedContainer {
	border:0;
	padding:0;
}

#mainColMain .mainColumnTwoColumn .feedContainer ol li {
	font-size: 100%;
	font-weight:normal;
	padding:15px 10px;
}

/* Contact component customizations */
/*News and Updates page */
#x12424 div div h2 {
	font-size: 125%
}
#x12424 .contactThumbnail, #x12424 .phoneMain, #x12424 .contactPageLink, #x12424 .mailingAddress, #x12424 .physicalAddress, #x12424 .emailMain {
	display:none;
}

/*Fill full width in main column */

#mainColContent #mainColMain .ContactComponent .contactText > strong {
	display:none;	
}
#mainColContent #mainColMain .ContactComponent .contactText {
	padding-bottom:20px;
}
@media (min-width: 992px) {
	#mainColContent #mainColMain .ContactComponent .contactText .mailingAddress, #mainColContent #mainColMain .ContactComponent .contactText .physicalAddress {
		float:left;
		width:33%
	}
}
/* Hide thumbnail and website link from sidebars */
#leftCol .ContactComponent .contactThumbnail, #leftCol .ContactComponent .contactText > a, #leftCol .ContactComponent .contactText > br, #rightCol .ContactComponent .contactThumbnail, #rightCol .ContactComponent .contactText > a, #rightCol .ContactComponent .contactText > br {
	display:none;
}
#rightCol .ContactComponent .fax, #leftCol .ContactComponent .fax {
	display: block;
}
/* address customizations for left sidebar council contact component */
#leftCol #x92 .mailingAddress, #leftCol #x92 .physicalAddress, #leftCol #x92 .socialMediaItems {
	padding:10px 0 0;
}
/* address customizations for right sidebar component */
#rightCol .ContactComponent .mailingAddress, #rightCol .ContactComponent .physicalAddress {
	display:none;
}

/* Hide thumbnail, website link, addresses from right sidebar */

/* End contact component customizations */

/* Footer Customizations */

/* Medium devices (desktops, 992px and up) */
@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#deptColumn3 {
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#deptFooterLogo {
		margin:0;
	}
	#deptFooterTitle {
		padding-left:0;
	}
}