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

/*COLORS
Dark Purple: #262262
Tan: #CDC2AF
Pale Tan: #DFD8CC
Deep Red: #AD1A27
light gray: #E7EBED
medium gray: #7D7E81
*/

/*FONTS
font-family: 'Antonio', sans-serif;
font-weight: 100, 200, 300, 400, 600, 700

font-family: 'Assistant', sans-serif;
font-weight: 300, 400, 500, 600
*/



body {
  	margin: 0;
	padding: 0;
}
div.wrapper {
	margin-left: 20px;
    max-width: 1000px;
}
a:link {
	color: #262262;
	text-decoration: none;
}
a:hover {
	color: #1955A6;
	text-decoration: underline;
}
a:visited {
	color: #7D7E81;
	text-decoration: none;
}
h4.topslug {
	background-color: #DFD8CC;
	font-family: 'Antonio', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
    letter-spacing: 20px;
    color: #262262;
	margin: 0 0 0 -20px;
	padding: 20px 0 20px 65px;
}

header img.logo {
	width: 250px;
	margin: 30px 0 0 40px;
	position: relative;
	z-index: 1;
}
header nav ul {
	font-family: 'Antonio', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	margin: -15px 0 0 -20px;
	padding: 0px;
	list-style: none;
    text-transform: uppercase;
}
header nav ul li {
	border-top: 1px solid #DFD8CC;
	padding: 8px 0 10px 115px;
}
header nav ul li.navtitle {
	border-top: 2px solid #DFD8CC;
	padding: 15px 0 25px 115px;
    font-weight: bold;
    font-size: 16px;
    color: #262262;
    letter-spacing: 7px;
}
header nav ul li.below {
	border-top: 1px solid #D6DDE0;
	padding: 6px 0 8px 60px;
    background-color: #E8EDF0;
}
header nav ul li a:link {
	text-decoration: none;
	color: #000;
}
header nav ul li a:hover {
	color: #AD1A27;
	font-weight: 600;
	background-color: #DFD8CC;
	padding: 0 35px 2px 340px;
	margin: 0px 0 8px -340px;
	background-image: url(../siteGFX/bluearrow.svg);
	background-repeat: no-repeat;
	background-position: 98%;
	border-radius: 12px;
}
header nav ul li a:visited {
	text-decoration: none;
	color: #535456;
}
header h1 {
	margin: 10px 0 20px 40px;
    color: #AD1A27;
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 58px;
	line-height: 60px;
	letter-spacing: -2px;
}
header h1 .thin {
	font-weight: 100;
}

div.content {
	margin: 0 20px 0 290px; /*moves all content to right*/
}

section.sidebarContent {
	float: left;
	width: 200px;
	margin: 0 0 0 -250px; /*moves sidebar content back left to fill vacated area*/
}
section.sidebarContent p {
	font-family: 'Assistant', sans-serif;
}
section.sidebarContent img.image {
	width: 198px;
	border: 1px solid #7D7E81;
	margin-top: 4px;
}
section.sidebarContent img.imageZ {
	transition: transform .3s; /* Animation */
	width: 198px;
	border: 1px solid #7D7E81;
	margin-top: 4px;
}
section.sidebarContent img.expandbug {
	width: 30px;
	margin: -45px 0 17px 13px;
	display: block;
}
section.sidebarContent img.imageZ:hover {
  	transform: scale(2.25); /* % zoom */
	margin: 85px 0 0 124px;
}
section.sidebarContent img.imagelogo {
	width: 198px;
	margin-top: 12px;
}
section.sidebarContent p.caption {
	font-size: 16px;
	line-height: 18px;
	color: #67686B;
	border-top: 1px solid #D8DDDF;
	padding-top: 4px;
	margin: 2px 0 12px 0;
	font-weight: 400;
}
section.sidebarMore {
	float: left;
	width: 200px;
	margin: 25px 0 0 -250px;
	clear: left;
}
section.sidebarMore h5 {
	margin: 15px 0 6px 0px;
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 23px;
	border-top: 1px solid #D8DDDF;
	padding: 6px 0 4px 0px;
	color: #AD1A27;
}
section.sidebarMore p {
	margin: 0px 0 0 0px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #535456;
}
section.sidebarMore img.pumicestorelogo {
	margin: 10px 0 0 -14px;
	width: 160px;
}
section.sidebarMore p.moreinstruct {
	font-size: 13px;
	line-height: 14px;
	border-bottom: 1px solid #D8DDDF;
	padding-bottom: 10px;
}
section.sidebarMore p.ender {
	margin: 10px 0 0 0px;
	border-top: 1px solid #D8DDDF;
}
section.sidebarMore a:link {
	color: #1955A6;
	text-decoration: none;
	font-weight: 500;
}
section.sidebarMore a:hover {
	color: #2292DD;
	text-decoration: underline;
}
section.sidebarMore a:visited {
	color: #535456;
	text-decoration: none;
	font-weight: 500;
}
/*SIDEBAR HESS*/
section.sidebarHess {
	float: left;
	width: 200px;
	margin: 25px 0 0 -250px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #7D7E81;
	clear: left;
}
section.sidebarHess p {
	font-size: 13px;
	line-height: 14px;
	margin: 0px;
}
section.sidebarHess img {
	width: 180px;
	padding: 2px 0 2px 0;
}
section.sidebarHess p.contact {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0 10px 0;
	border-top: 2px dotted #D8DDDF;
	padding: 5px 0 0 0px;
}
section.sidebarHess a:link {
	color: #1955A6;
	text-decoration: none;
	font-weight: 500;
}
section.sidebarHess a:hover {
	color: #2292DD;
	text-decoration: underline;
}
section.sidebarHess a:visited {
	color: #535456;
	text-decoration: none;
	font-weight: 500;
}

/*MAIN CONTENT*/
section.mainContent {
	float: right;
	width: 100%;
	margin: 0 20px 0 0px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #4D4E50;
}
section.mainContent h2 {
	margin: 21px 0 10px 0px;
	color: #262262;
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1px;
}
section.mainContent .thin {
	font-weight: 200;
}
section.mainContent .thinGREY {
	font-weight: 200;
    color: #7D7E81;
}
section.mainContent img.imagelogomain {
	display: none;
}
section.mainContent p {
	text-indent: 21px;
	margin: 0;
}
section.mainContent p.firstpara {
	text-indent: 0px;
}
section.mainContent p.gapper {
	text-indent: 0px;
	margin-top: 10px;
}
section.mainContent p.instruct {  
	font-family: 'Assistant', sans-serif;
	text-indent: 0px;
	margin: 6px 0 7px 0px;
}
section.mainContent p.instructx {  
	font-family: 'Assistant', sans-serif;
	text-indent: 0px;
	margin: 5px 0 0px -10px;
    background-color: #F5F3EF;
	padding: 1px 0 3px 10px;
}
section.mainContent p.instruct .instructTitle {
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #262262;
}
section.mainContent p.instructx .instructTitle {
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #262262;
}
section.mainContent p.list {
	text-indent: 0px;
	margin-top: 5px;
}
section.mainContent p.listref {
    font-family: 'Antonio', sans-serif;
	font-weight: 400;
	text-indent: 0px;
	margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
}
section.mainContent p.support {
	text-indent: 0px;
    margin: 15px 0 10px 0; 
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	border-top: 1px solid #D8DDDF;
	padding: 6px 0 0 0px;
	color: #AD1A27;
}
section.mainContent img.insetpic {
	float: right;
	width: 150px;
	margin: 10px 0px 0 20px;
	border: 1px solid #7D7E81;
}
section.mainContent img.insetlogo {
	float: right;
	width: 200px;
	margin: 2px 0px 0 20px;
}

section.mainContent aside.also {
	margin: 20px 0 40px 0px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	line-height: 15px;
	border-top: 1px solid #D8DDDF;
	padding: 6px 0 0 0px;
}
section.mainContent aside.also p {
	font-size: 12px;
	letter-spacing: 4px;
	margin-bottom: 8px;
	text-indent: 0px;
	color: #1955A6;
	font-weight: bold;
}
section.mainContent aside.also p.see {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
}
section.mainContent aside.also a:link {
	text-decoration: none;
	color: #000;
	font-weight: 400;
}
section.mainContent aside.also a:hover {
	text-decoration: underline;
	color: #2292DD;
}
section.mainContent aside.also a:visited {
	text-decoration: none;
	color: #7D7E81;
}
section.mainContent aside.btmspacer {
	margin: 30px 0px;
}


/* M E D I A . Q U E R I E S */

@media screen and (max-width: 850px) {
	
h4.topslug {
	letter-spacing: 18px;
}	
}

@media screen and (max-width: 750px) {
	
h4.topslug {
	letter-spacing: 16px;
}	
}

@media screen and (max-width: 650px) {
	
h4.topslug {
	letter-spacing: 14px;
}	
}

@media screen and (max-width: 600px) {
	
h4.topslug {
	letter-spacing: 10px;
	padding: 20px 0 80px 12px;
	text-align: center;
}	
header img.logo {
	width: 350px;
	margin: -55px auto 0 auto;
	display: block;
}
div.wrapper {
	margin-left: 10px;
}
header nav ul {
	font-size: 14px;
	line-height: 14px;
	margin: 20px 0 0 -20px;
	padding: 0px;
	list-style: none;
}
header nav ul li {
	border-top: 1px solid #D6DDE0;
	padding: 15px 0 17px 0;
	text-align: center;
}
header nav ul li.navtitle {
	border-top: 2px solid #DFD8CC;
	padding: 25px 0px 25px 25px;
    margin: -34px auto 0 auto;
    letter-spacing: 4px;
}
header nav ul li a:hover {
	color: #1955A6;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
    background-image: none;
}
header h1 {
    margin: 0px 30px 20px 20px;
	text-align: center;
}
section.sidebarContent img.image {
	width: 98%;
	margin-top: 12px;
}
section.sidebarContent img.imageZ {
	width: 98%;
	margin-top: 12px;
}
section.sidebarContent img.expandbug {
	display: none;
}
section.sidebarContent img.imageZ:hover {
	transform: none;
	margin: 12px 0 0 0px;
}
section.sidebarContent img.imagelogo {
	display: none;
}
	
div.content {
	margin: 0 30px 0 30px;
}
	
section.mainContent {
	float: left;
	width: 100%;
	margin: 20px 20px 0 0px;
}
section.mainContent img.imagelogomain {
	display: block;
	float: left;
	width: 175px;
	margin: -5px 18px 0 0px;
}
section.mainContent aside.also {
	margin: 20px 0 0px 0px;
}
section.sidebarContent {
	float: left;
	width: 100%;
	margin: 0 0 0 0px;
}
section.mainContent aside.btmspacer {
	display: none;
}
section.sidebarContent p.buybutton2 {
	margin: 15px auto 10px auto;
}
	
section.sidebarMore {
	float: left;
	width: 100%;
	margin: 25px 0 0 0px;
	clear: none;
}
section.sidebarHess {
	float: left;
	width: 100%;
	margin: 25px 0 0 -40px;
	padding: 0 40px 40px 40px;
	background-color: #E8EDF0;
	display: block;
}
section.sidebarHess p.contact {
	border-top: 1px solid #D8DDDF;
	padding: 26px 0 0 0px;
	margin: -5px 0 20px 0;
}
}

@media screen and (max-width: 450px) {
	
h4.topslug {
	letter-spacing: 8px;
}	
section.mainContent img.imagelogomain {
	width: 150px;
}
}