@charset "UTF-8";
/* 
FONTS—
	font-family: "acumin-pro-semi-condensed", sans-serif; (body)
	font-family: "acumin-pro-condensed", sans-serif; (headlines)
COLORS—
	BLUE GREY: #768987
	LIGHT BLUE GREY: #5B9FD6
	LIGHTER BLUE GREY: #DBE0E3
	LIGHT BLUE: #4782B6
	RICH BLUE: #1955A6
*/


html {
  scroll-behavior: smooth;
}
body {
	margin: auto;
	padding: 0;
	width: 100%;
	background-image: url("../siteGFX/BGpattern.svg");
	background-repeat: repeat;
	background-size: 40px;
}
#wrapper {
	width: 100%;
	max-width: 1200px;
	display: block;
	font-family: "acumin-pro-semi-condensed", sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	border: 1px solid #D4D9DC;
	border-top: 0px solid #D4D9DC;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
}
a:visited {
	color: #636060;
	text-decoration: none;
}
a:hover {
	color: #1955A6;
	text-decoration: underline;
}
.InfoHeader855 {
	display: none;	
}
.InfoHeader425 {
	display: none;	
}
header {
	height: 326px;
	background: url(../siteGFX/infoHead-1200.png) no-repeat left top;
}

/*SECTIONS*/
section.mainContent {
	width: 60%;
	float: left;
}
section.mainContent h3 {
	font-family: "bree-serif", sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 400;
	color: #1955A6;
	margin: 28px 0 12px 55px;
}
section.mainContent h3 .TM {
	font-weight: 300;
	font-size: .7em;
	vertical-align: top;
}
section.mainContent h5 {
	font-family: "bree-serif", sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 400;
	color: #1955A6;
	margin: 12px 40px 5px 55px
}
section.mainContent p {
	margin: 0px 40px 0 55px;
	font-size: 1.1em;
	line-height: 1.7em;
	text-indent: 21px;
	color: #636E74;
}
section.mainContent p.noIndent {
	text-indent: 0px;
}
section.mainContent p.question {
	margin: 10px 40px 0px 55px;
	font-weight: 600;
	color: #1955A6;
	font-size: 1.1em;
	line-height: 1.5em;
	text-indent: 0px;
}
section.mainContent p.answer {
	margin: 0px 40px 12px 55px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-indent: 0px;
}
section.mainContent p.answersubp {
	margin: -12px 40px 12px 55px;
	text-indent: 21px;
}

/* right stuff */
section.rightStuff {
	width: 33%;
	float: left;
	margin-top: 20px;
}
section.rightStuff h3 {
	font-family: "bree-serif", sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 400;
	color: #1955A6;
	margin: -8px 0 20px 0px;
}
section.rightStuff h4 {
	font-family: "bree-serif", sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 400;
	color: #1955A6;
	margin: 6px 0 12px 0px;
}
section.rightStuff h3 .TM {
	font-weight: 300;
	font-size: .7em;
	vertical-align: top;
}
section.rightStuff p {
	margin: 0 0 0 0px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #636E74;
}
section.rightStuff p.bagInfo {
	font-family: "bree-serif", sans-serif;
	font-weight: 300;
	color: #000000;
	border-left: 2px solid #5B9FD6;
	margin: -90px 0 10px 0px;
	padding: 70px 10px 10px 12px;
	font-size: 1em;
	line-height: 1.4em;
}
section.rightStuff p.indent {
	text-indent: 21px;
}
section.rightStuff p.blurb {
	margin: 0 0 12px 0px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-indent: 0px;
}
section.rightStuff .fatQuote1 {
	font-weight: 600;
	color: #1955A6;
	font-size: 2.5em;
	vertical-align: -50%;
	margin-right: 3px;
}
section.rightStuff .fatQuote2 {
	font-weight: 600;
	color: #1955A6;
	font-size: 2.5em;
	margin-left: 3px;
	vertical-align: -50%;
}

/* Navigation */
aside.navigation ul {
	font-family: "acumin-pro-condensed", sans-serif;
	border-top: 1px solid #6A0809;
	padding: 0px;
	list-style-type: none;
	margin: 20px 45px 0 40px;
	border-bottom: 1px solid #6A0809;
}
aside.navigation ul li.topper {
	padding-top: 4px;
}
aside.navigation ul li.base {
	padding-bottom: 1px;
}
aside.navigation ul li.base.buy a:link {
	background-color: #4E5E5D;
	padding: 8px 0 9px 18px;
}
aside.navigation ul li.base.buy a:hover{
	background-color: #1955A6;
	padding: 8px 0 9px 18px;
}
aside.navigation ul li a:link {
	color: #FFFFFF;
	background-color: #6D8381;
	padding: 8px 0 9px 18px;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 0 3px 0px;
	display: block;
}
aside.navigation ul li a:visited {
	color: #F4ECD0;
}
aside.navigation ul li a:hover {
	background-color: #1955A6;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
}

/*GRAPHICS*/
.buyChillDust {
	margin: 10px 0 0 -42px;
}
.productShot {
	float: right;
	border: 1px solid #6A0809;
	border-radius: 7px;
	padding: 4px;
	background: #FFFFFF;
	margin: -18px 70px 0px 20px;
	width: 26%;
}
.photo {
	margin: 12px 18px 0 55px;
	float: left;
	border: 1px solid #6A0809;
	border-radius: 7px;
	width: 40%;
}
.hesslogo {
	margin: 25px 0 0 55px;
	width: 30%;
}
.contest {
	margin: 12px 0 -25px 38px;
	width: 40%;
}


/*MEDIA QUERIES • • • MEDIA QUERIES • • • MEDIA QUERIES • • • MEDIA QUERIES*/

@media screen and (max-width: 855px) {
header {
	height: 100%;
	background: none;
	clear: both;
}
.InfoHeader855 {
	display: block;	
	width: 100%;
}
section.mainContent {
	width: 60%;
}
section.mainContent h3 {
	margin: 28px 0 12px 35px;
}
section.mainContent h5 {
	margin: 12px 40px 5px 35px
}
section.mainContent p {
	margin: 0px 35px 0 35px;
}
section.rightStuff {
	width: 34%;
}
aside.navigation ul {
	margin: 25px 35px 0 20px;
}
.productShot {
	margin: -24px 60px 0px 20px;
	width: 30%;
}
.contest {
	margin: 12px 0 -25px 38px;
	width: 50%;
}
.photo {
	margin: 12px 18px 0 35px;
	width: 46%;
}
.hesslogo {
	margin: 25px 0 0 35px;
	width: 30%;
}
}

@media screen and (max-width: 750px) {
section.mainContent {
	width: 100%;
}
section.mainContent p {
	margin: 0px 25px 0 35px;
}
section.mainContent p.question {
	margin: 10px 40px 0px 35px;
}
section.mainContent p.answer {
	margin: 0px 40px 12px 35px;
}
section.rightStuff {
	width: 100%;
}
section.rightStuff h3 {
	margin: 0 30px 12px 35px;
	
}
section.rightStuff p {
	margin: 0 30px 0px 35px;
}
section.rightStuff p.bagInfo {
	margin: -85px 60px 21px 40px;
	padding: 70px 10px 10px 12px;
}
section.rightStuff p.blurb {
	margin: 0 60px 12px 35px;
}
.buyChillDust {
	margin: 0 0 0 0px;
}
.productShot {
	width: 28%;
}
.photo {
	margin: 12px 18px 0 35px;
	width: 44%;
}
}

@media screen and (max-width: 425px) {
.InfoHeader855 {
	display: none;	
}
.InfoHeader425 {
	display: block;	
	width: 100%;
}
section.mainContent h3 {
	margin: 18px 0 12px 38px;
}
section.rightStuff p.bagInfo {
	margin: -85px 20px 21px 35px;
	padding: 70px 10px 10px 12px;
}
.productShot {
	display: none;
}
.contest {
	margin: 12px 0 -20px 20px;
	width: 70%;
}
.buyChillDust {
	margin: 10px 0 0 -14px;
}
.photo {
	margin: 12px 18px 0 35px;
	width: 82%;
}
.hesslogo {
	margin: 25px 0 0 35px;
	width: 30%;
}
}
