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

sup {line-height: 0;}

/*------------------------------------------|
|-------------------------------------------|
|  		 About Layout Page                  | 
| 3 column text with solid thin rt border   |
|      beteewn left and center columns      |
|-------------------------------------------|
|------------------------------------------*/

/*-------------------------------|
|--------------------------------|
|    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: 675px; margin: 12px 0 0 0; text-align: center; align-self: center;}

.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.Trailer, .TrailerB, .SubHdr {
	width: 675px;
	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;
	}

.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer 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: 20px;
	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;
	}

p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}

.A, .B {width: 337.5px;}	
p.fLeft {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: 292px;
	}

ol.list, ol.list2 {width: 277px; border-bottom: none; margin-left: 35px; padding-left: 10px;}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: 292px;
	}
	
h4.fRt {width: 675px; text-align: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: 620px; padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
}

/*-------------------------------|
|--------------------------------|
|    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: 700px; margin: 12px 0 0 0; text-align: center; align-self: center;}

.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.Trailer, .TrailerB, .SubHdr {
	width: 700px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}

.A, .B {width: 350px;}	
p.fLeft {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: 305px;
	}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	margin-left: 30px;
	width: 305px;
	}
	
ol.list, ol.list2 {width: 290px; border-bottom: none; margin-left: 35px; padding-left: 10px;}

h4.fRt {width: 700px; text-align: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: 645px; padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
}

/*-------------------------------|
|--------------------------------|
|        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: 730px; margin: 12px 0 0 0; text-align: center; align-self: center;}

.A {grid-area: ColA; margin-top: 10px; border-right: solid thin rgb(0,204,51);}
.B {grid-area: ColB; margin-top: 10px;}
.C {grid-area: ColC;}
.Trl {grid-area: Trailer;}

.Trailer, .TrailerB, .SubHdr {
	width: 730px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	
	
h3 {
	font-size: 16px;
	}
	
.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(50px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer Trailer";
	}
	
p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}

.A, .B {width: 365px;}
p.fLeft {
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-left: 30px;
	width: 320px;
	}

p.fCentr {
	text-align: left;
	padding-right: 15px;
	margin-left: 30px;
	width: 320px;
	}

ol.list, ol.list2 {width: 305px; border-bottom: none; margin-left: 35px; padding-left: 10px;}

h4.fRt {width: 730px; text-align: center; padding-top: 10px;
	border-top: solid thin rgb(0,204,51)}
	
p.fRt {width: 674px; padding-right: 15px; padding-bottom: 30px; margin-left: 40px;}
}