body {
	background-color: #f1f4f6;
}

#main-header {
	display: none;
}

h1 {
	color: #484848;
}

h2 {
	margin: 0 0 10px 0;
	font: bold 18px/22px "PNC Brand Bold", Arial, sans-serif;
	color: #484848;
	font-family: "PNC Brand Bold", Arial;
	font-size: 22px;
	margin: 0;
	line-height: 26px;
}

h3 {
	font-family: "PNC Brand Bold", Arial;
	font-size: 20px;
	margin: 0;
	line-height: 24px;
	color: #484848;
}

a {
	background: url(../img/product_category_arrow.png) no-repeat center
		right;
	padding-right: 10px;
}

.scorecard {
	padding: 20px;
}

.scorecard-video {
	overflow: auto;
}

#media-player {
	/*width: 100%;*/
	max-width: 500px;
	/*padding-right:20px;*/
	margin-top: 13px;
}

.video-inline {
	/*added*/
	height: 180px;
	width: 258px;
	/*added*/
	max-width: 500px;
	max-height: 350px;
}

h2 {
	margin-top: 7px;
	margin-bottom: 0;
	font: bold 18px/22px "PNC Brand Bold", Arial, sans-serif;
	color: #484848;
}

h1 {
	border-bottom: dotted 1px #484848;
	padding-bottom: 12px;
	font-size: 28px;
	line-height: 30px;
	margin-top: 0;
}

ul {
	padding: 0;
	/* margin: 10px 0; */
	margin: 10px 0;
}

ul li {
	color: #6d6e71;
	margin-left: 2em;
	color: #636363;
	line-height: 20px;
	font-size: 14px;
}

ul, p {
	font-size: 14px;
	line-height: 20px;
	color: #636363;
	margin: 10px 0;
}

.right-section {
	padding-bottom: 10px;
}

.back-top.visible, .back-top.visible:hover {
	display: none;
}

@media only screen and (min-width:560px) {
	#media-player {
		width: 100%;
		max-width: 500px;
		max-height: 350px;
	}
	.video-inline {
		width: 100%;
		max-width: 500px;
		height: 350px;
	}

	/* override video.css style */
	.video-promo .video-player, .video-inline .video-player {
		width: 100%;
		height: 350px;
	}
	.right-section {
		width: 500px;
	}
	.scorecard {
		width: 500px;
		margin: 0 auto;
	}
}

@media only screen and (min-width:800px) {
	h1, h2 {
		display: block;
		margin: 0;
	}
	.scorecard {
		margin: 0;
	}
	#media-player {
		width: 500px;
		float: left;
		display: inline;
	}
	.right-section {
		width: 350px;
		float: right;
		display: inline;
		position: absolute;
		margin-left: 30px !important;
	}
}
