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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  	   Promotional Page                     | 
|   splash images of products promoted      |
|-------------------------------------------|
|------------------------------------------*/

/*-------------------------------|
|--------------------------------|
|    Pad device size 	 	     | 
|     Pad Mini and Pad           |
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

@media screen and (max-width: 833px) and (min-width: 768px) and (min-height: 415px) and (max-height: 1180px) {	/*portrait tablet*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(150px, 150px) minmax(40px, 40px) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}

.masthead {
	width: 475px;
	height: 95px;
	align-self: end;
	margin-left: 110px;
	}

.tagline {
	margin-top: 0;
	margin-left: 260px;
	}
	
.slMenu .Full {top: 260px;}
	
	/*Position content within screen*/
.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 675px;
	}

.Header {
	width: 400px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}	
.Trailer, .TrailerB, .SubHdr {
	width: 540px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.Header {
	grid-area: header;
	}	
.fLeft {
	grid-area: ColA;
	}
	
.fCentr {
	grid-area: ColB;	
	}
		
.fRt {
	grid-area: ColC;
	}
	
.Trl {
	grid-area: Trailer;
	}
	
.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	height: auto;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
	color: rgba(0,204,51,1);
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}
	
.fLeft {
	text-align: center;
	border-right: solid thin rgba(0,204,51,1);
	border-bottom: solid thin rgba(0,204,51,1);
	border-radius: 10px;
	box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-o-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-ms-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-moz-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	-webkit-box-shadow: 3px 2px 5px rgba(51,153,204,.25);
	width: 275px;
	}

img.IGtag {
	display: block;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 275px;
	}
	
h4.contact {
	font-size: 14px;
	font-style: oblique;
	color: rgba(0,204,51,1);
	text-align: left;
	margin: 0;
	padding-left: 30px;
	width: 245px;
	}
p.contact {
	font-size: 12px;
	font-style: normal;
	color: rgba(0,204,51,1);
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	width: 275px;
	}
	
img.MMtag {width: 250px;}	

/* ------------------------ */
.fCentr {
	padding-right: 30px;
	padding-left: 0;
	margin-left: 30px;
	width: 340px;
	}	
	
p.Txt2 {
	text-align: left;
	margin-top: 12px;
	margin-left: 0;
	width: 340px;
	}

.box{width: 265px; border: 1px solid rgb(0,204,51); border-radius: 15px; margin-left: 30px;}
p.Txt2, .Lst1, .Lst2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}
.Lst1 p, .Lst2 p {width: 250px; margin: 5px 0 0 5px;}

.fCentr p ~ ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	}
.fCentr p ~ ul li {width: 225px; margin-bottom: 10px; padding-left: 30px;}

/* ------------------ */
p.fRt {
	text-align: center;
	padding-bottom: 25px;
	border-bottom: solid thin rgba(0,204,51,1);
	margin-bottom: 45px;
	border-radius: 10px;
	border-left: solid thin rgba(0,204,51,1);
	box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-o-box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-ms-box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-moz-box-shadow: -3px 2px 5px rgba(51,153,204,.25);
	-webkit-box-shadow: -3px 2px 5px rgba(51,153,204,.25); 
	margin-left: 5px;
	width: 395px;}

p.fRt img.LogoA {width: 285px; padding-top: 25px; margin-left: 0; margin-bottom: -25px;}
p.fRt img.LogoB {width: 340px;}
p.fRt img.LogoC {width: 190px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 280px; margin: 0;}
}

/*-------------------------------|
|--------------------------------|
|    Smaller Desktop 	 	     | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*smaller desktop screens*/
@media screen and (max-width: 833px) and (min-width: 799px) and (min-height: 736px) {	/*sm desktops*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(150px, 150px) minmax(40px, 40px) auto auto 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}
	
.masthead {
	width: 475px;
	height: 95px;
	align-self: end;
	margin-left: 110px;
	}

.tagline {
	margin-top: 0;
	margin-left: 260px;
	}
	
.slMenu .Full {top: 260px;}

.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 700px;
	}	

.Header {width: 400px;}
.Trailer, .TrailerB, .SubHdr {
	width: 545px;
	}	

.Header {
	grid-area: header;
	}	

.fLeft {
	grid-area: ColA;
	}
	
.fCentr {
	grid-area: ColB;	
	}
	
.fRt {
	grid-area: ColC;
	}

.Trl {
	grid-area: Trailer;
	}

.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}

.fLeft {
	text-align: center;
	border-right: solid thin rgb(0,204,51);
	width: 275px;
	}

h4.contact {
	padding-left: 30px;
	color: rgba(0,204,51,1);
	width: 245px;
	}
p.contact {
	text-align: center;
	width: 275px;
	}
	
img.IGtag {
	display: block;
	width: 250px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
/* ------------------------ */
.fCentr {
	text-align: left;
	padding-right: 30px;
	padding-left: 0;
	margin-left: 30px;
	width: 365px;
	}	

p.Txt2 {margin-top: 12px; margin-left: 0; width: 340px;}

.Lst1 p, .Lst2 p {width: 250px; margin: 5px 0 0 5px;}
.box{width: 265px; margin-left: 30px; border: 1px solid rgb(0,204,51); border-radius: 15px;}

.fCentr p ~ ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	}
.fCentr p ~ ul li {width: 225px; margin-bottom: 10px; padding-left: 30px;}

/* ------------------------ */
p.fRt {width: 420px; text-align: center;}

p.fRt img.LogoA {width: 285px; padding-top: 25px;margin-left: 0; margin-bottom: -25px;}
p.fRt img.LogoB {width: 340px;}
p.fRt img.LogoC {width: 190px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 280px; margin: 0;}
}

/*-------------------------------|
|--------------------------------|
|        Pro 10in  	 	         | 
| 	 Portrait Grid layout	  	 |
|--------------------------------|
|------------------------------ */

/*Pad Pro 10 in portrait screens*/
@media screen and (min-width: 834px) and (min-height: 1112px) {	  /*portrait 10inch tablet*/
	/*Tweak content height*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(220px, 220px) minmax(45px, 45px) auto minmax(150px, auto) 100px;
	grid-template-areas: 
	"masthead ."
	"tagline ."
	"content navtree"
	"content navtree"
	"footer footer";
	}

.masthead {
	width: 550px;
	}

.tagline {
	margin-left: 270px;
	}

.slMenu .Full {top: 335px;}

	/*Position content within screen*/
.content {
	margin-bottom: 30px;
	grid-area: content;
	width: 730px;
	}	
.Header {width: 425px;}
.Trailer, .TrailerB, .SubHdr {
	width: 600px;
	}	
	
.Header {
	grid-area: header;
	}	
.fLeft {
	grid-area: ColA;
	}
	
.fCentr {
	grid-area: ColB;	
	}

.fRt {
	grid-area: ColC;
	}

.Trl {
	grid-area: Trailer;
	}

.content {
	display: grid;
	grid-template-columns: minmax(276px, 1fr) 1fr;
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: ". header"
	"ColA ColB"
	". ColB"
	". ColC"
	"Trailer Trailer";
	}

h2 {font-size: 18px;}
h3 {font-size: 16px;}

.fLeft {
	text-align: center;
	border-right: solid thin rgb(0,204,51);
	width: 305px;
	}

h4.contact {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(0,204,51,1);
	width: 275px;
	}
p.contact {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	}
	
img.IGtag {
	display: block;
	width: 250px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	}

img.MMtag {width: 260px;}	

/* -------------------- */
.fCentr {
	text-align: left;
	padding-right: 30px;
	padding-left: 10px;
	margin-left: 25px;
	width: 360px;
	}	
	
p.Txt2 {width: 355px; margin-top: 10px; margin-left: 0; font-size: 14px;}

.box{width: 300px; border: 1px solid rgb(0,204,51); border-radius: 15px;}
.Lst1 p, .Lst2 p {width: 240px; margin: 5px 0 0 5px; padding-left: 10px; font-size: 14px;}

.fCentr p ~ ul {
	width: 300px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.fCentr p ~ ul li {width: 260px; margin-bottom: 10px; padding-left: 30px;}

/* -------------------- */
p.fRt {width: 415px; text-align: center;}

p.fRt img.LogoA {width: 285px; padding-top: 25px;margin-left: 0; margin-bottom: -25px;}
p.fRt img.LogoB {width: 340px;}
p.fRt img.LogoC {width: 190px; padding-bottom: 25px;}
p.fRt img.LogoD {width: 280px; margin: 0;}
}