/*Fonts from fontsquirrel*/
/*@import url('http://fonts.googleapis.com/css?family=Paprika');
@font-face {
	font-family: 'Helvetica Regular';
	src: url('fonts/helveticaneueltstd-roman-webfont.eot');
	src: url('fonts/helveticaneueltstd-roman-webfont?#iefix') format('embedded-opentype'),
	url('fonts/helveticaneueltstd-roman-webfont.woff2') format('woff2'),
	url('fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
	url('fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
	url('fonts/helveticaneueltstd-roman-webfont.svg#webfont') format('svg');
}*/
/* Begin Main Layout */
html {
	font-size: 62.5%;
	line-height: 1;
}
body, 
code,
table td {
	font-family: 'Helvetica Regular', Arial, Helvetica, sans-serif;
	font-size: 1.4rem; /*14px*/
	line-height: 1.6;
}
body {
	color: #000;
}
div.outer, body {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
div.inner {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
body, h1, h2, h3, h4, h5, p, img, img a, ul, ol, li, blockquote {
	margin:0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	text-align: left;
}
#commentform textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
strong {
	font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
sup {
	font-size: 60%;
	text-transform: none;
}
small, .small {
	font-size: 85%;
	line-height: 1.2;
}
table {
	table-layout: fixed;
}
/*Clearfix*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
/* End Main Layout */

/*Header*/
#headerouter {

}
#header {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
	background-color: #FFF;
	z-index: 999;
}
/*End Header*/

/*Banner*/
#bannerouter {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

/*Container*/
#containouter {
}
#container {
	position: relative;
}
#container ul, 
#container #sidepanel .sidetext ul {
	margin: 0px 0px 1rem 2rem;
}
#container ol, 
#container #sidepanel .sidetext ol {
	margin: 0 0 1rem 3rem;
}
#container ul ul,
#container ol ol, 
#container #sidepanel .sidetext ul ul,
#container #sidepanel .sidetext ol ol {
	margin-top: 1rem;
	margin-bottom: 0;
}
#container li,
#container #sidepanel .sidetext li {
	line-height: 1.2;
	padding-bottom: 0.8rem;
}
/*End Container*/

/*Headings*/
h1,
#text h2, #text h2 a,
#text h3, #text h3 a,
#text h4, #text h4 a {
	font-family: 'Helvetica Regular', Arial, Helvetica, sans-serif;
	position: relative;
	text-decoration: none;
	display: block;
	clear: left;
	color: #1F1E1F;
	font-weight: normal;
}
#text h2 a:hover,
#text h3 a:hover,
#text h4 a:hover {
	color: #3CB29D;
}
h1 {
	font-size: 1.6rem;
	line-height: 1;
	padding: 1.5rem 0;
	margin-bottom: 1rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #3CB29D;
	text-transform: uppercase;
}
#text h2 {
	padding: 2rem 0 1rem;
	margin-bottom: 0;
	border-bottom: none;
}
#text h2, 
#text h2 a {
	font-size: 2rem;
	line-height: 1.1;
}
#text h3 {
	font-size: 1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
}
#text h4 {
	font-size: 1.4rem;
	padding-top: 1rem;
	padding-bottom: 0.3rem;
}
#text h2 + h3 {
	padding-top: 0;
}

/*Text*/
#text {
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
#text p {
	padding-bottom: 1.8rem;
}
#text a {
	font-family: 'Muller Med', Arial, Helvetica, sans-serif;
	color: #F6942A;
	text-decoration: none;
}
#text a:hover, 
#text .highlight a:hover {
	color: #3CB29D;
}
#text hr {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px solid rgba(166,168,171,0.3);
	margin-bottom: 1.8rem;
}
.links {
	position: relative;
}
.boxlink {
	display: block;
	position: absolute;
	top: 34.4%;
	width: 6%;
	height: 29.5%;
}
.boxlink.prod {
	width: 60.5%;
}
.boxlink.soc {
	width: 4%;
	height: 3%;
	top: 94%;
	opacity: 0.4;
}
#vid {
	left: 21.5%;
}
#twitter {
	left: 35%;
}
#facebook {
	left: 43.7%;
}
#pinterest {
	left: 52.4%;
}
#instagram {
	left: 61%;
}
/*End Text*/

/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
#text img, 
img.scale, 
button img, 
.outer img {
	max-width: 100%;
	height: auto;
	display: block;
}
img.fulltop {
	width: 100%;
	height: auto;
	max-height: 100%;
}
/* End Images */

/*Footer*/
#footouter {

}
/* End Footer */

/* tablets - portrait */
@media screen and (min-width: 600px) {

}
 
/* tablets - landscape */
@media screen and (min-width: 800px) {
/* Begin Main Layout */

/* End Main Layout */

/*Header*/

/*End Header*/

/*Text*/

/*End Text*/

/*Footer*/

/*End Footer*/
}
 
/* desktops*/
@media screen and (min-width: 960px) {
/* Begin Main Layout */
div.inner {
	/* max-width: 1550px; */
}
/*End Main Layout */

/*Header*/

/*End Header*/
}