@media only screen and (max-width: 399px) {
	.wrapper .title {
	font-weight: 600;
	font-size: 5em;
	margin-top: 0;
}
}

body {
	margin: 0;
	background: #fff;
}

.header {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
	background: #000;
	position: relative;
}

.SRlogo {
	margin: 0;
	margin-left: 20px;
	float: left;
	left: 50px;
}

.SRlogo img {
	width: 400px;
}

.manufacturerLabel {
	color: #fff;
	float: right;
	margin: 59px 20px 0 0;
	font-family: 'Roboto Slab', Rockwell, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: absolute;
	right: 50px;
	bottom: 0;
}

.manufacturerLabel h1 {
	margin: 0 0 5px;
	text-transform: uppercase;
}

.manufacturerLabel div {
	width: 100%;
	height: 25px;
}

.wrapper {
	width: 80%;
	padding: 0px;
	margin: 100px auto;
}

.wrapper hr {
	margin: 50px 0;
}

.wrapper h1, .wrapper h2 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	line-height: 1.1em;
}

.wrapper h2 {
	font-weight: 700;
	font-size: 3.4em;
}

.wrapper .mainImage {
	margin: auto;
}

.wrapper .bodyContent h2, .wrapper .keyPromotedList h2 {
	text-align: left;
}

.wrapper .bodyContent .icons {
	height: 175px;
}

.wrapper .bodyContent .icons img {
	float: left;
	width: 175px;
	height: 175px;
	margin-right: 40px;
}

.wrapper .headline {
	margin: 40px 0;
}

.wrapper .title {
	font-weight: 600;
	font-size: 5em;
	margin-top: 0;
}

.wrapper p {
	font-size: 2.5em;
	line-height: 1.3em;
}

.footer {
	padding: 0;
	background: #000;
	overflow: hidden;
}

.disclaimerFooter {
	padding: 20px 10%;
	background: #e6e6e6;
}

.disclaimerFooter p {
	font-size: 12px;
	line-height: 20px
}

.footerWrapper {
	padding: 20px 10%;
	height: 70px;
}

.footerWrapper .SRlogo {
	margin: 0;
	display: inline-block;
	width: 200px;
}


@media only screen and (min-width: 800px) and (max-width: 1099px) {

	.wrapper .title {
		font-size: 4em;
	}

	.wrapper h2 {
		font-size: 2em;
	}

	.wrapper p {
		font-size: 1.6em;
	}

	.footer .SRlogo {
		width: 200px;
	}

}

@media only screen and (min-width: 1100px) and (max-width: 1249px) {
	
	.footer .SRlogo {
		width: 300px;
	}

	.wrapper .title {
		font-size: 4em;
	}

	.wrapper h2 {
		font-size: 2em;
	}

	.wrapper p {
		font-size: 1.6em;
	}

}

@media only screen and (min-width: 1250px) {
	
	.footer .SRlogo {
		width: 200px;
	}

	.wrapper .title {
		font-size: 4em;
	}

	.wrapper h2 {
		font-size: 2em;
	}

	.wrapper p {
		font-size: 1.6em;
	}

}
