.mapBackground {	
	background-image: url(../specific/pittsCheerleadersMap.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 976px 750px;
	     -o-background-size: 976px 750px;
	        background-size: 976px 750px;
}

.homeCopySection ul {
	margin-top: 6pt;
	list-style-position: inside;
	list-style-type: disc;
}

.homeCopySection ul li {
	color: #bca462;
	text-transform: none;
	font-weight: 700;
	font-size: 19pt;
	line-height: 28pt;
}

.menuBody {
	display: none;
}

.bestOfPitts {
	width: 80px;
	height: 105px;
	position: absolute;
	top: 15px;
	right: 0;
}

.bestOfPittsBottom {
	width: 150px;
	height: 197px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

@media all and (min-width: 1200px) { 
	/* this one for everything above LG (large screens, 1200px) */
	.bestOfPitts {
		width: 100px;
		height: 131px;
		position: absolute;
		top: 15px;
		right: 30px;
	}

}

@media all and (min-width: 768px) and (max-width: 991px) { 
	/* this one is for MD (tablets, 768px to 992px) === iPad Portrait */
	.bestOfPitts {
		left: 235px;
		right: auto;
	}

}

@media all and (max-width: 479px) {	
	/* this one is for below XS (mobile, 480px) */

	.bestOfPitts {
		display: none;
	}
	.bestOfPittsBottom {
		display: block;		
	}
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


.vimeo-embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 

.vimeo-embed-container iframe, .vimeo-embed-container object, .vimeo-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
