article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	background: #41403e url(images/bgtile.gif);
	color: #595959;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-weight: normal !important;
}

.wrapper {
	background: white;
	width: 1170px;
	margin: 12px auto;
}

header, footer {
	padding: 24px 60px;
}

.packblue {
	color: #1875bb;
}

.packgreen {
	color: #8dc73f;
	font-weight: bold;
}

.largetext {
	font-size: 23px;
	font-weight: bold;
}

.contactinfo {
	font-size: 14px;
	text-align: right;
	float: right;
	margin-top: 46px;
}

.contactinfo a {
	color: #595959;
}

.centerstage {
	background: white url(images/packsolutions-centerstage.jpg);
	height: 537px;
	position: relative;
	margin-bottom: 24px;
}

.centerstagecopy {
	position: absolute;
	font-size: 17px;
	top: 24px;
	right: 60px;
	width: 600px;
	text-align: right;
	line-height: 2.5;
	text-shadow: 0 0 6px white;
	color: #464646;
}

.intro {
	padding: 24px 24px 24px 60px;
	width: 520px;
	font-size: 18px;
	line-height: 1.8;
	float: left;
	box-sizing: border-box;
	color: #464646;
}

.intro img {
	margin-top: 24px;
}

.offering {
	margin-top: 24px;
	float: right;
	width: 600px;
	border-left: 1px solid #1976bb;
	padding-left: 24px;
	padding-right: 60px;
	box-sizing: border-box;
}

.offering h1 {
	margin: 0;
	clear: both;
}

.offering ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 36px;
	float: left;
}

.offering ul.last {
	margin-left: 60px;
}

.offering li {
	margin-bottom: 6px;
}

footer {
	font-size: 14px;
	color: #999;
	clear: both;
}

@media screen and (max-width: 480px) {
    body {
        background: #41403e none;
    }

    .wrapper {
    	width: 100%;
    }

    header, footer {
		padding: 12px 18px;
	}

	.logo {
		max-width: 100%;
	}

	.contactinfo {
		text-align: left;
		float: none;
		margin-top: 24px;
	}

	.centerstage {
		background: white none;
		height: auto;
		position: static;
		margin: 0;
		padding: 18px;
	}

	.centerstagecopy {
		position: static;
		width: auto;
		text-align: left;
		line-height: 1.8;
		text-shadow: none;
		color: #464646;
	}

	.intro {
		padding: 18px;
		width: auto;
		float: none;
		box-sizing: content-box;
	}

	.intro img {
		display: none;
	}

	.offering {
		margin-top: 24px;
		float: none;
		width: auto;
		border-left: 0;
		padding: 18px;
		box-sizing: content-box;
	}

	.offering h1 {
		margin: 0;
	}

	.offering ul {
		list-style: none;
		padding: 0;
		margin: 12px 0 0;
		float: none;
	}
	
	.offering ul.last {
		margin-left: 0;
		margin-bottom: 36px;
	}

	.offering li {
		margin-bottom: 6px;
	}
}