@charset "UTF-8";
/* CSS Document */

/* 
font-family: 'Archivo', sans-serif;
font-family: 'Bree Serif', serif;

colors:
SAGE GREEN: #9FBAA2
DARK SAGE: #5E7360
*/

body {
	font-family: 'Archivo', sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	color: #8A8A8A;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	max-width: 1200px;
	display: block;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #636060;
	text-decoration: none;
}
a:hover {
	color: #AD1A27;
	text-decoration: underline;
}

/* Headlines & Subheads */
h1 {
	color: #5E7360;
	font-family: 'Bree Serif', serif;
	font-size: 2.8em;
	line-height: .9em;
	font-weight: 400;
	margin: 46px 0 0 0px;
}
h1 span {
	font-family: 'Archivo', sans-serif;
	font-size: .5em;
	vertical-align: top;
}
h2 {
	color: #5E7360;
	font-family: 'Bree Serif', serif;
	font-size: 2.1em;
	line-height: .9em;
	font-weight: 400;
	letter-spacing: -.5px;
}

/* Body Copy */
p {
	color: #818582;
	font-family: 'Archivo', sans-serif;
	font-size: 1.35em;
	line-height: 1.6em;
	margin: 0 0 0 0px;
	text-indent: 21px;
}
p.first {
	text-indent: 0px;
	font-size: 1.35em;
	line-height: 1.4em;
	color: #8AAB8E;
	margin-top: 10px;
} 
p.feature {
	text-indent: 0px;
	margin-top: 10px;
} 
p.takeAction {
	text-indent: 0px;
	margin: 40px 0 22px 0px;
	line-height: 1.3em;
	border-top: 1px solid #C0C0C0;
	padding-top: 3px;
}
p.takeActionStack {
	display: none;
}
p.noindent {
	text-indent: 0px;
	margin-top: 12px;
}

/* Navigation */
aside.navigation ul {
	padding: 0 0 0 0px;
	list-style-type: none;
	margin: 0 0 30px 50px;
}
aside.navigation ul li.topper {
	border-top: 1px solid #c2b39c;
	padding-top: 6px;
	margin: 0 0 0 -50px;
}
aside.navigation ul li a:link {
	display: block;
	background-color: #ACC5AF;
	font-weight: 500;
	padding: 6px 0 6px 15px;
	font-size: 1.25em;
	margin: 0 0 12px -15px;
	
}
aside.navigation ul li a:hover {
	background-color: #5E7360;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
}
aside.navigation ul li.aboutChewlasJumper {
	display: none;
}

/* Sections */
/*Section - leftSide*/
section.leftSide {
	width: 46%;
	float: left;
	padding: 0;
	margin: 0 10px 0 10px;
}
section.leftSide p {
	margin: 0 10px 0 50px;
}
section.leftSide h2 {
	margin: 25px 12px 12px 50px;
}

/*Section - rightSide*/
section.rightSide {
	width: 44%;
	float: left;
	padding: 0;
	margin: 0 10px 0 30px;
}
section.rightSide h2 {
	margin: 25px 0 0 0px;
}

/* Graphics */
.topbar {
	display: block;
}
.buyChewlas {
	margin: -21px 0 0 -22px;
	float: left;
	padding: 0;
	width: 60%;
}
.buyChewlasStack { 
	display: none;
}
.logoChewlas {
	width: 102%;
	display: block;
	margin: 5px 0 0 -10px;
}
.logoChewlas650 {
	display: none;
}
.logoChewlas425 {
	display: none;
}
.hessFooter {
	width: 100%;
	margin-top: 25px;
}

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

@media screen and (max-width: 855px) {
	aside.navigation ul li a:link {
	padding: 4px 0 4px 12px;
	font-size: 1.2em;
	margin: 0 0 7px 0px;
	display: block;
}
.buyChewlas { 
	display: none;
}
.buyChewlasStack {
	display: block;
	float: none;
	margin: 10px 0 0px -20px;
	width: 70%;
}
p.takeAction {
	display: none;
}
p.takeActionStack {
	display: block;
	margin: -14px 0 18px 8px;
	line-height: 1.3em;
	text-indent: 0px;
	border-top: 1px solid #C0C0C0;
	padding-top: 5px;
	padding-left: 15px;
}
}

@media screen and (max-width: 650px) { /* single column */
aside.navigation ul {
	padding: 0 0 0 0px;
	list-style-type: none;
	margin: 0 20px 0 40px;
}
.topbar {
	display: none;
}
h1 {
	font-size: 2.5em;
	line-height: 1em;
	font-weight:400;
	margin: 0px 0 0 50px;
}
.buyChewlasStack {
	display: none;
}
.buyChewlas {
	display: block;
	margin: -21px 0 0 -22px;
	float: left;
	padding: 0;
	width: 60%;
}
p.takeActionStack {
	display: none;
}
p.takeAction {
	display: block;
	text-indent: 0px;
	margin: 21px 0 22px 0px;
	line-height: 1.3em;
	border-top: 1px solid #C0C0C0;
	padding-top: 3px;
}
.logoChewlas {
	display: none;
}
.logoChewlas650 {
	display: block;
	width: 100%;
}
.hessFooter {
	width: 95%;
	margin: 0 0 0 50px;
}
aside.navigation ul li.aboutChewlasJumper {
	display: block;
	margin-top: 12px;
	background-color: #c2b39c;
}
aside.navigation ul li.aboutChewlasJumper a:link {
	display: block;
	margin-top: 12px;
	background-color: #c2b39c;
}
	/*Section - leftSide*/
section.leftSide {
	width: 90%;
	float: left;
	padding: 0;
}
section.leftSide p {
	margin-left: 50px;
}
section.leftSide h2 {
	margin-left: 50px;
}

	/*Section - rightSide*/
section.rightSide {
	width: 90%;
	padding: 0;
	margin: 0 0px 0 0px;
}
section.rightSide h1{
	margin-top: 30px;
}
section.rightSide p {
	margin-left: 50px;
}
section.rightSide h2 {
	margin-left: 50px;
}
}

@media screen and (max-width: 425px) {
aside.navigation ul {
	padding: 0 0 0 0px;
	list-style-type: none;
	margin: 0 0px 0 15px;
}
.logoChewlas650 {
	display: none;
}
.logoChewlas425 {
	display: block;
	width: 100%;
}
h1 {
	margin: 0px 0 0 25px;
}
.hessFooter {
	width: 95%;
	margin: 0 0 0 25px;
}
.buyChewlas {
	display: none;
}
.buyChewlasStack {
	display: block;
	float: none;
	margin: 10px 0 0px 0px;
	width: 70%;
}
p.takeAction {
	display: none;
}
p.takeActionStack {
	display: block;
	margin: -14px 0 18px 8px;
	line-height: 1.3em;
	text-indent: 0px;
	border-top: 1px solid #C0C0C0;
	padding-top: 5px;
	padding-left: 15px;
}
	/*Section - leftSide*/
section.leftSide {
	width: 95%;
	float: left;
	padding: 0;
	margin: 0px;
}
section.leftSide p {
	margin-left: 25px;
}
section.leftSide h2 {
	margin-left: 25px;
}

	/*Section - rightSide*/
section.rightSide {
	width: 95%;
	padding: 0;
	margin: 0px;
}
section.rightSide p {
	margin-left: 25px;
}
section.rightSide h2 {
	margin-left: 25px;
}
}
