@media only screen and (min-width: 481px) {
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	width: 100%
}
.wrapper {
	width: 1020px;
	margin: 0 auto;
}
header {
	margin-left: 40px;
}
h2 {
	font-size: 21px;
	line-height:24px;
	font-style: italic;
	text-transform: uppercase;
	color:#003366;
}
p {
	font-size: 16px;
	line-height:28px;
	color:#333333;
}

footer {
	border-top: 3px solid #ff0000;
}

footer p {
	font-size: 14px;
	line-height:18px;
	color:#333333;
	text-align: center;
}
.dividerGrey {
	background-color: #eff0f4;
	padding-top:3px;
	margin:10px auto;
	width: 100%;
}
.mainCopy {
	margin-top:50px;
	margin-bottom: 300px;
	margin-right: 40px;
	margin-left: 40px;
}
.mainCopy a{
	text-decoration: none;
	color:#cc3333;
}
.socialIcons {
	padding:0 20px;
}
.greyBox {
	background: #f5f5f5;
	padding:20px;
	text-align: center;
}

.logo {
	width: 227px;
	height: auto;
}
.mobileShow {
	display: none;
}
}
@media only screen and (max-width: 480px) {
	body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	width: 100%
}
.wrapper {
	width: 320px;
	margin: 0 auto;
}
header {
	margin:auto;
}
.logoDiv{
	margin: 30px auto 40px;
	text-align: center;
}
.logo {
	width: 227px;
	height: auto;
}
.mainCopy {
	margin-top:50px;
	margin-bottom: 200px;
	margin-right: 20px;
	margin-left: 20px;
}
h2 {
	font-size: 21px;
	line-height:24px;
	font-style: italic;
	text-transform: uppercase;
	color:#003366;
}
p {
	font-size: 16px;
	line-height:28px;
	color:#333333;
}

footer {
	border-top: 3px solid #ff0000;
}

footer p {
	font-size: 14px;
	line-height:18px;
	color:#333333;
	text-align: center;
}
.copywrite{
	display: block;
}
.dividerGrey {
	background-color: #eff0f4;
	padding-top:3px;
	margin:10px auto;
	width: 100%;
}
.mainCopy {
	margin-top:50px;
	margin-bottom: 300px;
	margin-right: 40px;
	margin-left: 40px;
}
.mainCopy a{
	text-decoration: none;
	color:#cc3333;
}
.socialIcons {
	padding:0 15px;
}
.greyBox {
	background: #f5f5f5;
	padding:20px 0px;
	text-align: center;
}
.mobileShow {
	display: inline;
}
}
