@charset "utf-8";
/* CSS Document */

.content_header {width:100%; margin-bottom:20px;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {margin-left:10px; font-weight:bold; font-size:14px;}
.column_50 {width:50%; float:left;}
.column_30 {width:30%; float:left;}
.column_25 {width:25%; float:left;}
.column_image {text-align:center;}
.buttons_list {}


#footer { background-color: #03244d; margin: 0; overflow: hidden; padding: 18px 0 10px; width: 100%;}
#footer a, #footer a:visited {border-bottom: medium none; color: #f4f4f4; }
#footer a:hover, #footer a:active {border-bottom: 1px solid #f4f4f4; color: #f4f4f4; }
#footer .footSection {float: left; line-height: 12px; min-height: 50px; padding: 0 15px 5px; text-align: center; width: 285px; }
#footer .footSection ul {padding: 0; }
#footer .footSection ul li {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; list-style: outside none none; margin: 0; padding-bottom: 6px;}
#footer p.social {margin-top: 10px;}
#footer .noBorder {border: medium none;}
.socialDetails {background: rgba(0, 0, 0, 0) url("https://www.auburn.edu/template/styles/images/css-sprite.png") no-repeat scroll 0 -177px; height: 22px; margin: 0 auto; padding: 0; width: 200px;}
#footer a.social:hover {border-bottom: medium none;} 
#footer .footSection p {text-align: center; }
#subfooter {border-top: 5px solid #dd550c; clear: both; color: #03244d; line-height: 18px; padding: 15px 0 10px; text-align: center; width: 950px;}
#subfooter a, #subfooter a:hover, #subfooter a:visited {color: #03244d;}
#subfooter a:hover {border-bottom: 1px solid #03244d;}
#subfooter a.last {border-right: medium none;}
a.social {background: rgba(0, 0, 0, 0) url("https://www.auburn.edu/template/styles/images/css-sprite.png") no-repeat scroll -69px -23px; display: inline-block; height: 23px;  margin: 0 1px; width: 23px;}
a.social > img {display: none;}
a.facebook {background-position: -46px 0;}
a.iTunes {background-position: -23px 0;}
a.twitter {background-position: 0 0;}
a.googlePlus {background-position: -46px -23px;}
a.youTube {background-position: -23px -23px;}
a.auFamily {background-position: -69px 0;}
a.sec {background-position: 0 -23px;}
a.flickr {background-position: -69px -23px;}

@media (max-width:1024px) {
	.column_25 {width:50%;}
}

@media (max-width:768px) {				/* Tablet Portrait Styles */

	}
	
@media (max-width:480px) {				/* Smartphone Landscape Styles */
	.column_50 {float:none; width:100%;}
	.column_30 {float:none; width:100%;}
	.column_25 {float:none; width:100%;}
	.buttons_list .btn {float:none; width:100%; margin:5px 0px;}
	}

@media (max-width:350px) {				/* Smartphone Portrait Styles */
	
	}

