/* Footer CSS
----------------------------------------*/

footer {
	max-width:960px;
	margin:0 auto;
	border-top:1px solid #d1d1d1;
	margin-top:80px;
	padding:17px 0 20px;
    text-align:left;
}

footer li {
	background:url(/templates/main/images/bullet-grey.png) right 6px no-repeat;
	display:inline;
	padding-right:13px;
	margin-right:7px;
	font-size:13px;
}

footer li:last-child {
	background:none;
}

footer li a {
	color:#494949;
}

footer li a:hover {
color:#006fa8;
}

footer p {
	font-size:12px;
	color:#818181;
	line-height:18px;
	margin-top:15px;
}

footer img {
margin-top:-10px;
}

@media only screen and (max-width : 1100px) {
	#footerWrap {
		padding: 0 16px;

	}

	.assoc-imgs {
		display: none;
	}

	footer {
		padding-right: 42px;

	}

	#social li.search {
		display: block;
	}
}

@media only screen and (max-width : 767px) {
	footer li {
		background: none;
		display: block;

		padding: 3px 0;
		line-height: 16px;
	}

	footer p {
		margin-top: 22px;
	}

	footer .modCopy p:nth-of-type(3) {
		margin-top: 8px;
	}
}