.UofI_Library_Info h2
	{
	font-size:1rem;
	font-weight:bold;
	margin-top:0;
	}


/* Top of document specific CSS */

#UofI_Library_Info_Header
{
	text-align:center;
}

#masthead .UofI_Library_Info
{
  background-color: #022544;
  color: #ffffff;
  font-weight: bold;
}

#masthead .UofI_Library_Info a
{
	color:#ffffff !important;
}

#masthead .UofI_Library_Info_Inner
	{
	margin:.0;
	padding:.5rem;
	}

#masthead .UofI_Library_Info_Building, #masthead .UofI_Library_Info_Street, #masthead .UofI_Library_Info_Loc_Reg_Post, #masthead .UofI_Library_Info_Phone
{
	display:inline-block;
}
	
#masthead .UofI_Library_Info_Building::after, #masthead .UofI_Library_Info_Street::after
	{
	 content: " \00a0|\00a0 ";
	}

	
#masthead .UofI_Library_Info_Loc_Reg_Post
	{
	 margin-right: 3rem;
	}
	
#masthead .UofI_Library_Info_Phone
	{
	 margin-right: 3rem;
	}

#masthead .UofI_Library_Info_Email
	{
	 margin-right: 3rem;
	}
	
/* Sidebar Specific CSS */

#secondary  .UofI_Library_Info
	{
	border: 1px solid #ddd;
	margin:0;
	padding:0;
	margin-top:.5rem;
	margin-bottom:.5rem
	}

#secondary .UofI_Library_Info_Inner
	{
	margin:.5rem;
	padding:0;
	}
	
#secondary .UofI_Library_Info_Building, #secondary .UofI_Library_Info_Street, #secondary .UofI_Library_Info_Loc_Reg_Post, #secondary .UofI_Library_Info_Phone, #secondary .UofI_Library_Info_Email
	{
	display:block;
	padding-left: 1rem;
	text-indent: -1rem; 
	}

	#secondary  .UofI_Library_Info_Phone .fa, 
	#secondary  .UofI_Library_Info_Email .fa
	{
	padding-left: 1rem;
	text-indent: -1rem; 
	}	

#secondary .UofI_Library_Info_Parking a, #secondary .UofI_Library_Info_Map a
	{
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0;
	padding-bottom: 0;
	padding-top: 0;
	}
	
#secondary .UofI_Library_Info_Parking
	{
	margin-right:.5rem;
	}

/* Footer specific CSS */

#UofI_Library_Info_Footer .col-md-12
{
	text-align:center;
	padding-left: 0;
	padding-right: 0;
}

#colophon .UofI_Library_Info
{
  background-color: #e7e7e7;
  color: #404040;
  width: 100%;
  font-weight: 500;
}

#colophon .UofI_Library_Info a
{
	color:black !important;
}

#colophon .UofI_Library_Info_Inner
	{
	margin:.0;
	padding:.5rem;
	}

#colophon .UofI_Library_Info_Building, #colophon .UofI_Library_Info_Street, #colophon .UofI_Library_Info_Loc_Reg_Post, #colophon .UofI_Library_Info_Phone
{
	display:inline-block;
}
	
#colophon .UofI_Library_Info_Building::after, #colophon .UofI_Library_Info_Street::after
	{
	 content: " \00a0|\00a0 ";
	}

	
#colophon .UofI_Library_Info_Loc_Reg_Post
	{
	 margin-right: 3rem;
	}
	
#colophon .UofI_Library_Info_Phone
	{
	 margin-right: 3rem;
	}

#colophon .UofI_Library_Info_Email
	{
	 margin-right: 3rem;
	}


/* FacncyBox additional */
#uofi_library_parking_title
	{
	text-transform: none;
	margin-top:0;
	}

#uofi_library_parking:before
	{
	content: url('../images/yellowbox.jpg');
	}

#uofi_library_buildings:before
	{
	content: url('../images/buildingbox.jpg');
	}
	
/* Media Queries*/

@media screen and (max-width: 992px) {

/*
	.UofI_Library_Hours_desktop {
		display:none !important;
	}

	
	.UofI_Library_Hours_mobile
	{
		display:inherit !important;
	}
*/
}

@media screen and (min-width: 992px) {
/*
	.UofI_Library_Hours_desktop {
		display:inherit !important;
	}

	
	.UofI_Library_Hours_mobile
	{
		display:none !important;
	}
*/
}



