﻿/* HumanServices/styles.css
 * Human Services site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */

/* Centering text on page x104210 */
#x104216 h3
{
max-width:100%;
}

#x104216 p
{
max-width:100%;
}


/* Header */
/*
#deptTopNav {
	height: 50px;
}
#deptTopNav ul li {
}
#deptTopNav ul li > a, #deptTopNav ul li > a:visited {
	height: 50px;
	padding: 13px 10px;
	text-align: center;
}
*/
/* healthy aging customizations */
#x59509 h2{
	padding: 20px 0;
}
#x59509 h3 {
	padding-bottom: 20px;
	font-style: italic;
}
#x66688 .row  {
	border-bottom: 0;
}
#x59509 .pq {
    background-color: #fff;
    padding: 30px;
	font-size: 120%;
	color:#007dc3;
	text-align:center
}
ul.aginggoals {
	padding: 25px 0 10px 15px;
}
ul.aginggoals li {
	padding: 10px 0;
	font-size:120%;
	font-weight:bold;
}
.agingicons div {
	text-align:center;
	color: #116aa9;
	font-weight: bold; 
  font-size: 120%;
  padding-bottom: 15px;   

}
#x59509 #leftMainRight.noLeftBorder div#mainColMain.col-md-9 .mainColumnTwoColumn, #x59509 #leftMainRight.noLeftBorder div#mainColMain .mainColumnTwoColumn  {
	background-image: none;
}

/* Sidebar emergency contacts */

#rightCol #x58823 > h2, #rightCol #x59460 > h2, #rightCol #x59464 > h2, #rightCol #x59462 > h2, #rightCol #x59461 > h2, #rightCol #x59463 > h2, #rightCol #x62756 > h2, #rightCol #x71017 > h2 {
	/* color:#cc0000 */
}

/* Blog */
/* .CityLinkRSSComponent div.feedContainer > h2 {
	display: none;
}
.feedContainer .feedLinks {
	text-align:right;
	float: none;
	padding-bottom:5px;
}
 */
.feedContainer {
	border: 0;
	padding:0;
}
.feedContainer > .rssItem {
	padding:10px
}


/* Main Column Navigation  */
.titleExcerpt {
	padding-bottom: 10px;
}
.mainColNav > H2 {
	padding-bottom: 15px;
}
.mainColNav .titleDateContainer {
	font-size: 115%;
	min-height:inherit;
}

/* Footer Customizations */


/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  	#deptFooter div#deptColumn1 #deptFooterTitle {padding-left:0}	
  	#deptFooterLogo {float:none}
	#deptColumn2 {display:block}

}


/* Medium devices (tablet, 768px to 992px) */
@media (min-width: 768px) and (max-width: 991px) {
	#deptFooterLogo {display:none}
	#deptFooterTitle {padding-left:0;}
}


/* Desktop (992px + ) */

@media (min-width: 992px) {
	

	#deptFooter div#deptColumn1 {
		width: 66%;
	}
	#deptFooter div#deptColumn2 {
    	display:none;
	}
	#deptFooter div#deptColumn3 {
    	width: 34%;
		margin-top:30px;
	}
	#deptFooter div#deptColumn1 #deptFooterTitle #addressStreet,
	#deptFooter div#deptColumn1 #deptFooterTitle #addressMailing {
		float:left;
		width:30%;
	}
}

