/* department footer */

footer {
 margin-top: 4.25em
  }

#department_footer {
	background-color:#eee;
	max-width:100%;
	/*height:11.5em;*/
	height:auto;
	font-family:"Legacy Sans ITC W01 Bk", arial, sans;
	}

#department_footer .block {
float:left;
margin-right:2em;
width:28%;
}

#department_footer .field_facebook a {
 background-image: url('../../img/social_media/facebook_72.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
height: 3em;
width: 3em;
text-indent: -9999px;
float: left;
margin-right:1em;
margin-bottom:1em;
border-bottom:0px;
}

#department_footer .field_twitter a {
 background-image: url('../../img/social_media/twitter_72.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
height: 3em;
width: 3em;
text-indent: -9999px;
float: left;
margin-right:1em;
margin-bottom:1em;
border-bottom:0px;
}

#department_footer .field_youtube a {
 background-image: url('../../img/social_media/youtube_72.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
height: 3em;
width: 3em;
text-indent: -9999px;
float: left;
margin-right: 1em;
margin-bottom:1em;
border-bottom:0px;
}

#department_footer .field_instagram a {
 background-image: url('../../img/social_media/instagram_72.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
height: 3em;
width: 3em;
text-indent: -9999px;
float: left;
margin-right: 1em;
margin-bottom:1em;
border-bottom:0px;
}

#department_footer .field_facebook a:hover,
#department_footer .field_twitter a:hover,
#department_footer .field_youtube a:hover,
#department_footer .field_instagram a:hover {
  	box-shadow:0px 0px 3px;
  	opacity:.75;
	}

/* took the pinterest field out, but here's the css in case we bring it back:
#department_footer .field_pinterest a {
background-image: url('../img/social_media/pinterest_72.png');
background-repeat: no-repeat;
background-position: 0 center;
background-size: 21%;
padding: 3em 0em 3em 4em;
margin-right: 1em;
}

#department_footer .field_pinterest {
position:relative;
top: 1.75em;
}*/

.field_unit_name {
	font-weight:bold;
	}

#address ul li,
#directions ul li {
	margin:0;padding:0;
	}

#social-media li {
     background-color: #000000;
     display: inline-block;
     height: 2.5em;
     width: 2.5em;
 	 margin:0 1% 3% 0%;
	}


/* Social Media Icons */

#social-media li a {
	display:block;
	text-indent:-9999px;
	height: 2.5em;
	width: 2.5em;
	margin:0;
	padding:0;
	}

#social-media li a:hover {
	background-color:rgba(238,238,238,.5);
  	box-shadow:0px 0px 3px;
	}

#uga-franklin {
	background-color:#fff;
	max-width:100%;
	/*height:10em;*/
	}

#uga-franklin a {
	color:#fff;
	}

#franklin {
	float:left;
	background-image:url('../../img/logo_franklin_uga_black_thin.png');
	background-size:100%;
    background-position:center center;
	background-repeat:no-repeat;
height:8em;
width: 48%;
	text-indent:-9999px;
	margin-bottom:.5em;
	}

#copyright {
    /*background-color:#000;*/
    background-color:#f6f6f6;
    width:100%;
    text-align:center;
    clear:both;
	}

#copyright .container {
    padding:2em 1em 2 1em;
    margin-top:-.5em;
    }

#uga-franklin .container, #department_footer .container {
   /* padding-top:.5em;*/
   padding:2em 0em 2em 0em;
    }

#copyright_text {
	font-size:.9em;
	color:#222;
    }

#copyright a {
border-bottom:1px dotted #222;
color:#111;
}


