footer {
	background: #325885;
	clear: both;
	border-top: solid 3px #223;
}
footer ul {
	list-style: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
footer ul li {
	padding: 8px 0px;
	margin:0px;
}
ul.footerList {
	display: inline-block;
	width: 240px;
	vertical-align: 41px;
}

ul.right_align {
	text-align: right;
}
li.social {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
footer ul li a {
	display: block;
	color: #fff;
	padding: 2px 14px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
footer ul li.social a {
	padding: 0px;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0px 2px;
	background-size: 25px 25px;
}
footer ul li.social a img {
	display: none;
}
footer ul li.social a:hover img {
	display: block;
}
footer .footerLogo {
	padding: 20px 0px 10px;
	text-align: center;
	width: 340px;
	margin: 0px auto;
	display: inline-block;
}
footer #bottomBanner {
	background: #fff;
	padding: 20px 0px;
}
section#otherLinks {
	background: #fff;
	width: 100%;
	height: 180px;
	box-shadow: 0px 4px 20px -5px #333;
	clear: both;
	text-align: center;
	padding: 15px 6px;
	line-height: 30px;
}
footer .container {
	margin-bottom: 10px;
	position: relative;
	height: 230px;
	text-align: center;
}
footer .subFooter {
	box-shadow: none;
	margin: 0px;
	background: none;
	height: auto !important;
	text-align: center;
}
footer #bottomBanner .subFooter * {
	padding: 0px 15px;
	font-size: 13px;
}
footer #bottomBanner .subFooter #directedit a {
	padding: 0px;
}
footer .buttons {
	margin: 0px;
}

footer .social_facebook {
	background: url(../img/social/facebook_off.png) no-repeat;
}
footer .social_twitter {
	background: url(../img/social/twitter_off.png) no-repeat;
}
footer .social_linkedin {
	background: url(../img/social/linkedin_off.png) no-repeat;
}
footer .social_youtube {
	background: url(../img/social/youtube_off.png) no-repeat;
}
footer .social_google {
	background: url(../img/social/google_off.png) no-repeat;
}
footer .social_instagram {
	background: url(../img/social/instagram_off.png) no-repeat;
}
footer .social_pinterest {
	background: url(../img/social/pinterest_off.png) no-repeat;
}
footer .social_vine {
	background: url(../img/social/vine_off.png) no-repeat;
}
footer .social_blueDevils {
	background: url(../img/social/blueDevils_off.png) no-repeat;
	background-size: 29px 29px !important;
	width: 29px !important;
	height: 29px !important;
	margin: -3px 2px !important;
}

/*------- 981 < 1230 Resolution------*/
@media (min-width: 981px) and (max-width: 1430px) {
	footer .container {
		height: 200px;
	}
	.f_linkList ul {
		padding-left: 0px;
	}
	footer .f_linkList li {
		padding: 4px 8px;
	}
	footer .footerLogo {
		/* margin-right: 20px; */
		/* position: absolute; */
		width: 180px;
		padding: 10px 0px 0px;
	}
	.f_linkList {
		margin-left: 10px;
	}
	footer .footerLogo .f_ccsuLogo {
		width: 95px;
		height: 95px;
	}
	footer .buttons {
		margin: 0px;
		padding: 5px 0px;
	}ul.footerList {
		width: 190px;
		margin-top: 10px;
		vertical-align: 30px;
	}
}

/*------- 675 < 980 Resolution------*/
@media (min-width: 675px) and (max-width:980px) {
	footer .container {
		margin: 0px;
		height: auto;
	}
	footer .subFooter {
		height: auto;
	}
	.f_linkList ul {
		padding-left: 0px;
		width: 25%;
	}
	footer .f_linkList li {
		padding: 4px 0px;
	}
	footer .footerLogo {
		padding: 10px 10px 10px;
		margin-right: 0px;
	}
	.f_linkList {
		margin-left: 30px;
		padding-right: 200px;
	}
	footer ul.footerList {
		display: none;
	}
	footer .footerLogo .f_ccsuLogo {
		width: 95px;
		height: 95px;
	}
	footer .buttons {
		margin: 0px;
		padding: 5px 0px;
	}
	footer .f_linkList div {
		width: 100%;
	}
	footer ul li a {
		padding: 2px 0px;
		height: 19px;/* font-size: 90%; */
	}
	footer #bottomBanner .subFooter .t_bp {
		display:block;
		margin-bottom:8px;
	}
}

/*------- 0 < 674 Resolution------*/
@media (min-width: 0px) and (max-width: 674px) {
	.f_linkList ul {
		padding-left: 0px;
	}
	footer .f_linkList li {
		padding: 4px 8px;
	}
	footer .footerLogo {
		padding: 10px 10px;
		display: block;
		position: relative;
	}
	.f_linkList {
		margin-left: 10px;
	}
	footer .footerLogo .f_ccsuLogo {
		width: 95px;
		height: 95px;
	}
	footer .footerLogo .f_ccsuLogoText {
	}
	ul.footerList {
		display: none;
	}
	footer .buttons .social {
		text-align: center;
		padding: 4px;
	}
	footer .container {
		margin-bottom: 0px;
		height: 215px;
	}
	footer .buttons {
		position: absolute;
		text-align: center;
		width: 100%;
		bottom: 0px;
		padding: 15px 0px;
	}
	footer .subFooter .m_bp,
	footer .subFooter .t_bp {
		display: block;
		margin-bottom: 4px;
		padding: 0px 10px !important;
	}
}
