body#studentlife header .panel
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/studentlife.jpg');
	background-position: 50% 10%;
	background-color: #f7f8f2;
}

.panel.prompt
{
	text-align: center;
}

#campusPhoto
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/campus.jpg');
	background-position: 50% 50%;
}

#testimonial p.attribution
{
	margin-top: 0;
}

#testimonial p.attribution:before
{
	content: '\2014';
}

#costs .stat .number
{
	font-weight: bold;
	font-size: 150%;
}

#costs .stat .detail
{
	display: block;
	font-size: 80%;
	line-height: 120%;
}

#costsPhoto
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/costs.jpg');
	background-position: 50% 10%;
}

#servicesPhoto
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/whitecoat.jpg');
}

#campusList .choice.baltimore,
#baltimoreDetail
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/baltimore.jpg');
}

#campusList .choice.shadygrove,
#shadygroveDetail
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/shadygrove.jpg');
}

#campusList .choice.online,
#onlineDetail
{
	/* http://www.istockphoto.com/photo/young-businesswoman-with-laptop-and-cup-of-coffee-27588635?st=3f45164 */
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/online.jpg');
}

.overlay .detail .programs
{
	display: block;
	font-size: 75%;
	color: hsla(0, 100%, 100%, 0.5);
}

#studentOrgPhoto
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/studentorg.jpg');
	background-position: 50% 10%;
}

#studentOrgs p, #studentServices p
{
	float: left;
	width: 48%;
	margin-right: 2%;
}

#studentOrgs p:nth-child(2n + 1),
#studentServices p:nth-child(2n + 1)
{
	clear: left;
}


#studentOrgs .cap-links
{
	overflow: auto;
}

#studentOrgs h2
{
	text-align: center;
}

#studentOrgs .heading
{
	text-align: center;
	margin-bottom: 3em;
}

#studentOrgs .heading p
{
	float: none;
	margin: 2em auto 1em auto;
	width: 40em;
}

#studentOrgs aside
{
	display: table-row;
	background: #e5f1f3;
}

#studentOrgs aside .photo
{
	display: table-cell;
}

#studentOrgs aside .photo img
{
	width: 100%;
	height: auto;
}

#studentOrgs aside p
{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	float: none;
	padding: 0 1em;
	margin: 0;
	font-size: 120%;
	box-sizing: border-box;
}

#studentServices
{
	padding-bottom: 1em;
}

@media screen and (max-width: 600px)
{
	#studentOrgs p,
	#studentOrgs .heading p,
	#studentOrgs aside
	{
		float: none;
		width: 100%;
		text-align: left;
	}

	#studentOrgs aside
	{
		display: block;
		position: static;
		padding-bottom: 0.5em;
	}

	#studentOrgs aside .photo
	{
		display: block;
		width: 100%;
	}

	#studentOrgs aside p
	{
		font-size: 90%;
	}
	
	body#studentlife header .panel
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/studentlife.mobile.jpg');
	}

	#campusPhoto
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/campus.mobile.jpg');
		background-position: 20% 50%;
	}
	
	#costsPhoto
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/costs.mobile.jpg');
		background-position: 80% 10%;
	}

	#servicesPhoto
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/whitecoat.mobile.jpg');
	}

	#campusList .choice.baltimore,
	#baltimoreDetail
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/baltimore.mobile.jpg');
	}

	#campusList .choice.shadygrove,
	#shadygroveDetail
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/shadygrove.mobile.jpg');
	}

	#campusList .choice.online,
	#onlineDetail
	{
		/* http://www.istockphoto.com/photo/young-businesswoman-with-laptop-and-cup-of-coffee-27588635?st=3f45164 */
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/online.mobile.jpg');
	}

	#studentOrgPhoto
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/studentlife/studentorg.mobile.jpg');
		background-position: 65% 50%;
	}

	body#studentlife .overlay .detail
	{
		margin: 0;
	}
}

