@charset "UTF-8";

/*
Hess Blue: #1955A6
Hess Grey: #98A3AB
Dark Blue: #0A2C5D
Text Grey: #515C64
Lite Text Grey: #7A8993
Lite Border Grey: #939FA7
Rutsu Sage: #94AF97
Darkened Sage: #80A083

*/

html {
  scroll-behavior: smooth;
}
body {
	margin: auto;
	padding: 0;
	width: 100%;
	background-image: url("../siteGFX/graphics/BGpattern.svg");
	background-repeat: repeat;
	background-size: 40px;
}
@font-face {
  src: url('https://fonts.googleapis.com/css2?family=Archivo');
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-stretch: 1% 500%; /* Required by Chrome */
}
.container {
  	display: grid;
    grid-template-columns: 310px;
    gap: 0px 25px;
  	grid-auto-flow: row;
  	grid-template-areas:
    "sidebarContent mainContent"
    "sidebarContent fatFooter";
  	max-width: 1000px;
  	width: 100%;
	border: 1px solid #D4D9DC;
	border-radius: 0 0 12px 12px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	overflow: hidden;
}

a:link {
	color: #4C6A93;
	text-decoration: none;
    font-weight: 500;
}
a:visited {
	color: #0A2C5D;
	text-decoration: none;
}
a:hover {
	color: #80A083;
	letter-spacing: 2px;
	font-weight: 700;
}

.mainContent, .sidebarContent, .fatFooter {
  	padding: 0px;
 }

/* MAIN CONTENT */
.mainContent {
  	grid-area: mainContent; 
  	width: 95%; 
}
.mainContent p, h1, h2, h3 {
    padding-right: 45px;
    color: #515C64;
}
.mainContent header {
    padding: 0px 0 0 180px;
	margin: 0px 0px 40px -335px;
	width: 150.4%;
	height: 475px;
	background-image: url("../siteGFX/photos/rutsu-splash3.jpg");
	background-repeat: no-repeat;
	background-size: 1025px 475px;
	background-position: left top;
}
.mainContent header h1 {
	font-family: 'Archivo', sans-serif;
	color: #FFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px 0px -130px;
	padding: 205px 0 0 0px;
    letter-spacing: 0px;
	font-stretch: expanded;
	text-shadow: 0px 0px 6px #000, 3px 3px 4px #000;
	width: 360px;
}
.mainContent header img.logo {
	width: 450px;
	margin: 30px 0 0 -130px;
}
.mainContent header p.overhead {
	font-weight: 500;
	color: #7A8993;
	margin: 30px 0 -40px -40px;
	font-size: 18px;
	letter-spacing: 6px;
}
.mainContent section.mobiphotos {
	display: none;
}
.mainContent h2 {
    font-family: 'Archivo', sans-serif;
    margin: 25px 0 10px 0px;
    color: #000;
    font-size: 28px;
    line-height: 29px;
    font-weight: 400;
}
.mainContent h2 .tm {
	font-size: 18px;
	vertical-align: top;
}
.mainContent h3 {
    font-family: 'Archivo', sans-serif;
	border-top: 1px solid #D2DED4;
    margin: 25px 40px 12px 0px;
	padding-top: 6px;
	padding-right: 0px;
	color: #80A083;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
}
.mainContent h3.thin {
	font-weight: 400;
}
.mainContent h4 { /* buy button */
	display: inline;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	border: 1px solid #CFD4D8;
	background-color: #EDF1ED;
	padding: 8px 10px 6px 12px;
	border-radius: 3px;
	margin-left: -6px;
}
.mainContent h4 a:link {
	color: #58765B;
}
.mainContent h4 a:hover {
	background-color: #ADBFAD;
	letter-spacing: 0px;
	font-weight: 400;
	color: #000;
	padding: 8px 10px 6px 12px;
	margin: 0 -10px 0 -12px;
}
.mainContent p {
    font-family: 'Archivo', sans-serif;
    text-indent: 25px;
    margin: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.mainContent p.prime {
    text-indent: 0px;
    font-size: 19px;
    line-height: 29px;
	margin: -5px 0 18px 0px;
}
.mainContent p.first {
    text-indent: 0px;
	margin-top: 8px;
}
.mainContent p.instruct {
    text-indent: 0px;
	margin-top: 8px;
}
.mainContent p.instruct .instructTitle {
    font-weight: 600;
	color: #80A083;
}
.mainContent p.support {
    text-indent: 0px;
    font-size: 16px;
    line-height: 21px;
	margin: 8px 0 0px 0px;
}
.mainContent p.support img.pip {
	width: 11px;
	margin: 0 8px 0 0px;
}

/* PHOTOBLOCK */
.mainContent aside.photoblock {
	margin: 40px 0 0 0px;
	width: 93.2%;
}
.mainContent aside.photoblock img.pix {
	width: 100%;
	border: 1px solid #939FA7;
	margin: 0px 0px 0px 0px;
}
.mainContent aside.photoblock p.caption {
	color: #7A8993;
    font-size: 15px;
	line-height: 19px;
	margin: 6px 0 15px 0px;
	border-top: 1px solid #CFD4D8;
	padding: 4px 0 0 0px;
	display: block;
	text-indent: 0px;
}
.mainContent aside.crossref {
	display: none;
}


/* ORDER BLOCK */
.orderblock aside.products {
    background-color: #FFF;
	margin: 40px 0px 30px -20px;
	padding-left: 20px;
}
.orderblock aside.products h2 {
	margin: 0 0 20px 0px;
	font-size: 30px;
	line-height: 31px;
	color: #000;
	border-top: 1px solid #CFD4D8;
	padding: 6px 0 0 0px;
	width: 94%;
}
.orderblock aside.products h2 span {
	font-size: 15px;
	vertical-align: text-top;
}
.orderblock aside.products p {
	width: 93%;
}
.orderblock aside.products p.hilite {
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0 10px -10px;
	text-indent: 0px;
	position: relative;
	z-index: 1;
}
.orderblock aside.products p.hilite mark {
	-webkit-animation: 2.5s highlight 1.5s 1 normal forwards;
  	animation: 2.5s highlight 1.5s 1 normal forwards;
    background-color: none;
    background: linear-gradient(90deg, #FBF5AD 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
	padding: 5px 8px 3px 10px;
	width: 99%;
	display: block;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}
@keyframes highlight {
  to {
    background-position: 0 0;
  }
}
.orderblock aside.products p.shipnote {
	text-indent: 0px;
	margin: 0 0 5px 0px;
	font-weight: 700;
}
.orderblock aside.products p.shipnote.next {
	margin: 20px 0 5px 0px;
}
.orderblock aside.products p.instructship {
	text-indent: 0px;
	margin: 0 0 5px 0px;
	font-size: 16px;
	line-height: 21px
}
.orderblock aside.products a:link {
	color: #4C6A93;
	text-decoration: none;
    font-weight: 700;
}
.orderblock aside.products a:visited {
	color: #0A2C5D;
	text-decoration: none;
}
.orderblock aside.products a:hover {
	color: #9B8579;
	letter-spacing: 2px;
}
.orderblock img.reveal {
	width: 30px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.thin {
    font-weight: 400;
}
sup {
	font-size: 12px;
	line-height: 10px;
}


/* TABLE STYLES */
table {
    border-collapse: collapse;
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	color: #515C64;
	width: 96%;
	font-size: 16px;
	line-height: 20px;
    margin: 25px 0 0 -12px;
}
table.next {
    margin: 10px 0 0 -12px;
}
table, tr, td {
    border: 1px solid #A7A8AA;
	padding: 6px 0 6px 12px;
}
table .brandname {
	font-size: 18px;
	line-height: 20px;
	background-color: #94AF97;
	color: #FFF;
	padding: 8px 0 8px 12px;
}
table .subhead {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	background-color: #E6E6E6;
	color: #000;
	padding: 6px 12px 6px 12px;
}
table .description {
	padding: 6px 0 7px 12px;
}
table .buybrand {
	padding: 7px 0 6px 12px;
	font-size: 14px;
	line-height: 15px;
	background-color: #F3F3F3;
}
table .buycode {
	padding: 12px 0 12px 0px;
}
table .buycode .button {
	margin: 0 0 0 10px;
}
table .TDSicon {
    width: 22px;
    margin: 0px 8px -7px 0px;
    vertical-align: 10%;
}
table .PIXicon {
    width: 25px;
    margin: 0px 0px -7px 10px;
    vertical-align: 12%;
}
table.bulkcalc {
	width: 93%;
	font: 300 15px/18px Archivo, sans-serif;
	margin: 10px 0 10px 0px;
}
table.bulkcalc td.rowhead {
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: #000;
	background-color: #DAE3DB;
}
table.bulkcalc td.footnote {
	font-size: 14px;
	line-height: 17px;
	padding: 8px 6px 8px 12px;
}

/* SIDEBAR CONTENT */
.sidebarContent {
    grid-area: sidebarContent; 
    width: 250px; 
	margin: 390px 0px 0px 40px;
    color: #515C64;
}
.sidebarContent p {
	font-family: 'Archivo', sans-serif;
    font-size: 16px;
    line-height: 22px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
}
.sidebarContent aside.sidephoto img.sidepix {
    width: 250px;
	border: 1px solid #939FA7;
    margin: 0px 0 0px 0px;
}
.sidebarContent aside.sidephoto img.sidepix.stackunder {
    margin: 6px 0 0px 0px;
}
.sidebarContent aside.sidephoto p.caption {
	color: #7A8993;
    font-size: 15px;
	line-height: 19px;
    margin: 6px 0 20px 0px;
	border-top: 1px solid #CFD4D8;
	padding: 4px 0 0 0px;
	font-weight: 300;
}
.sidebarContent img.sidebarlogo {
	width: 230px;
	margin-top: 30px;
}
.sidebarContent aside.crossrefSB {
	display: block;
	margin: 30px 0 10px 0px;
	width: 100%;
}
.sidebarContent aside.crossrefSB h3 {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	line-height: 15px;
	border-top: 1px solid #CFD4D8;
	padding-top: 6px;
	margin: 0px 0 10px 0px;
}
.sidebarContent aside.crossrefSB p.xref {
	margin: 0px 0 10px 0px;
}

/* FAT FOOTER */
.fatFooter {
    grid-area: fatFooter; 
    width: 100%; 
    display: flex;
    flex-wrap: wrap;
	background-color: #EDF1ED;
    margin: 50px 0px 0px -335px;
    padding: 0px 0px 80px 335px;
    font-family: 'Archivo', sans-serif;
	border-top: 1px solid #94AF97;
}
.fatFooter img.hessLogo {
    width: 210px;
	margin: 40px 0px 10px 0px;
	float: none;
}
.fatFooter ul {
	display: inline;
    list-style: none;
    font-size: 15px;
    line-height: 17px;
    padding: 0 80px 0 0px;
    margin: 0px;
	width: 100%;
}
.fatFooter ul li {
    margin-bottom: 15px;
	color: #252525;
	font-size: 15px;
    line-height: 17px;
}
.fatFooter ul li.title {
    font-weight: 700;
    color: #0A2C5D;
    font-size: 15px;
    line-height: 15px;
	letter-spacing: 3px;
    margin: 0px 0 16px -15px;
	padding: 5px 0 3px 15px;
	background-color: #fff;
}
.fatFooter ul li.who {
    margin-bottom: 0px;
	color: #80A083;
	line-height: 18px;
	font-weight: 700;
}
.fatFooter ul li.overline {
    border-top: 1px solid #94AF97;
	margin: 15px 0 -13px 0px;
}
.fatFooter ul li.overline.sub {
	margin: -5px 0 -10px -15px;
	border-top: 2px solid #fff;
}
.fatFooter span.bar {
	color: #94AF97;
	margin: 0 4px 0 4px;
}
.fatFooter p.hessinfo {
    margin: 25px 0 0 0px;
	line-height: 19px;
}
.fatFooter p.hesstagline {
    margin: 10px 0 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 17px;
	color: #80A083;
}
.fatFooter a:link {
	color: #0A2C5D;
    font-weight: 400;
}
.fatFooter a:visited {
	color: #485259;
}
.fatFooter a:hover {
    color: #94AF97;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
}



/* MEDIA QUERIES  .  MEDIA QUERIES  .  MEDIA QUERIES  .  MEDIA QUERIES */


@media all and (max-width : 850px ){
	
.mainContent p, h1, h2, h3 {
    padding-right: 15%;
}
.mainContent h3 {
    margin: 25px 30px 12px 0px;
}
}
	
/* SINGLE COLUMN: Stacks the layout on narrow viewports :SINGLE COLUMN */
@media all and (max-width : 750px ){  
.container { 
	display: block; /* allows single column to stay responsive */
    grid-template-areas: 
      "mainContent"
      "sidebarContent"
      "fatFooter"; 
	width: 100%;
    grid-template-columns: 1fr;
}	
.mainContent {
	grid-area: mainContent; 
	margin: 0 0 0 50px;
    width: 92%;
}
.mainContent p, h1, h2, h3 {
    padding-right: 10%;
}
.mainContent header {
	padding: 0px 0 0 0px;
	margin: 0px 0px 50px -55px;
	height: 493px;
	background-image: url("../siteGFX/photos/rutsu-splash-mobi.jpg");
	background-size: 750px 493px; 
	background-position: left top;
}	
.mainContent header h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px 0px 50px;
	padding: 150px 0 0 0px;
    letter-spacing: 0px;
	font-stretch: expanded;
	text-shadow: 0px 0px 6px #000, 3px 3px 4px #000;
	width: 360px;
}
.mainContent header img.logo {
	width: 400px;
	margin: 30px 0 0 50px;
}
.mainContent h3 {
	width: 93.5%;
}
.mainContent p {
    font-size: 17px;
    line-height: 28px;
}
.mainContent aside.crossref {
	display: block;
	margin: 30px 0 10px 0px;
	width: 100%;
}
.mainContent section.mobiphotos {
	display: block;
	margin-top: -15px;
}
.mobiphotos img.mobipix {
    width: 30.3%;
	border: 1px solid #939FA7;
    margin: 0px 4px 0px 0px;
}	
.mobiphotos p.mobicaption {
    width: 94.5%;
	color: #7A8993;
    font-size: 15px;
	line-height: 19px;
	text-indent: 0px;
    margin: 6px 0 30px 0px;
	border-top: 1px solid #CFD4D8;
	padding: 4px 0 0 0px;
	font-weight: 300;
}
.mobiphotos p.mobicaption span {
	color: #94AF97;
	margin: 0 6px 0 5px;
}
.sidebarContent {
	display: none;
}
	
.fatFooter {
    grid-area: fatFooter; 
    width: 100%; 
    display: flex;
    flex-basis: 100%;
	margin: 50px 0px 0px 0px;
    padding: 0px 0px 80px 50px;
}
.fatFooter img.hessLogo {
    width: 210px;
	margin: 40px 450px 0px 0px;
}
.fatFooter ul {
    margin-right: 40px;
}
.fatFooter ul li {
    margin-bottom: 15px;
}
}	

@media all and (max-width : 650px ){
.mainContent {
	margin: 0 0 0 30px;
}

.sidebarContent {
	margin: 0px 0 0px 30px;
}
.fatFooter {
    padding: 0px 0px 80px 30px;
}
.fatFooter ul {
    margin-right: 20px;
}
}

@media all and (max-width : 447px ){
.mainContent header img.logo {
	width: 60%;
	margin: 30px 0 0 50px;
}
table {
	 margin: 25px 0 0px -12px;
}	
.orderblock img.reveal {
	margin-bottom: 20px;
}
.fatFooter ul {
    margin-right: 0px;
}
.fatFooter p.hesstagline {
	width: 80%;
}
.fatFooter p.hesstagline br {
	display: none;	
}
}
