@charset "UTF-8";
	
/*Set font-family*/
body {
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
}

sup {line-height: 0;}

img {
	max-width: 100%;
	height: auto;
	}
	
/*------------------------------------------|
|-------------------------------------------|
|  		 About Collab Pages                 | 
| 2 column text with solid thin rt border   |
|      beteewn left and center columns      |
|-------------------------------------------|
|------------------------------------------*/

/*-------------------------------------------
|    Mobile device Portrait      	 	    | 
| 	 Grid layout tweak	 	  				|
-----------------------------------------  */

/*Default-  Basic collab layout portrait phone <=320 */
	/*Keep default of logo and tag at top of screen*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(75px, auto) minmax(30px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 265px;}
	
.Full {
	top: 155px;
	}

.content {
	margin: 0;
	grid-area: content;
	width: 290px;
	}

.Header, .Trl {
	width: 275px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}

.Header {
	grid-area: header;
	}	

.fLeft {
	grid-area: ColA;
	}

.RtLst {
	grid-area: RList;
	}
	
.Trl {
	grid-area: Trailer;
	}
.ElecTag {
	grid-area: PromAdv;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"PromAdv"
	"RList"
	"Trailer";
	}

.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	margin: 4px 0 0 0;
	}	
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
	color: rgba(0,204,51,1);
	margin: 4px 0 0 0;
	}
	
p.fLeft, p.fRt, p.fRt2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-left: 10px;
	padding-right: 15px;
	width: 250px;
	}

img.ElecTag {
	display: block;
	margin-right: auto;
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	margin-bottom: 10px;
	margin-left: auto;
	width: 250px;
	}

p.fRt, p.fRt2 {
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 250px;
	}
p.fRt {margin-bottom: 0;}
p.fRt2 {margin-bottom: 15px;}
	
ol.list, ol li.docs {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	width: 200px;
	}
	
ol.list {
	border: solid thin rgba(0,204,51,.5);
	border-radius: 10px;
	padding: 10px 12px 10px 30px;
	margin-left: 20px;
	}
ol li.docs {
	padding-left: 5px;
	}
	
/*------------------------------|
|     Style portrait phone      |
|         Mobile 5              |
|------------------------------*/

@media screen and (min-width: 320px) and (max-height: 568px) {		/*portrait phone 5*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 75px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.Full {top: 190px;}

.content {
	width: 290px;
	}

.Header, .Trl {
	width: 275px;
	}

img.ElecTag {width: 250px;}

p.fLeft, p.fRt {width: 250px;}
}

/*------------------------------|
|     Style portrait phone      |
|         Mobile 6-7-8          |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 667px) {  	/*portrait phone 6-7-8*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 73px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.Full {top: 170px;}

.content {
	width: 335px;
	}

.Header, .Trl {
	width: 335px;
	}
	
p.fLeft {
	width: 300px;
	padding-bottom: 5px;
	margin-left: 15px;
	padding-left: 0;
	}
	
p.fRt, p.fRt2 {
	width: 290px;
	padding-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	}
	
img.ElecTag {width: 250px;}

ol.list {width: 250px; margin-left: 20px;}
ol li.docs {width: 245px; padding-left: 5px;}
}

/*------------------------------|
|     Style portrait phone      |
|         Mobile 10 size        |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 812px) { 	/*portrait phone 10*/
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 73px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.Full {top: 165px;}

.content {
	width: 335px;
	}

.Header, .Trl {
	width: 335px;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(30px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"PromAdv"
	"RList"
	"Trailer";
	}

p.fLeft {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 15px;
	width: 285px;
	}
	
p.fRt, p.fRt2 {
	padding-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	width: 285px;
	}
	
img.ElecTag {
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	width: 250px;
	}

ol.list {width: 250px; margin-left: 20px;}
ol li.docs {width: 245px;}
}


/*------------------------------|
|     Style portrait phone      |
|         Mobile 8 plus         |
|------------------------------*/

@media screen and (min-width: 414px) and (max-height: 896px) { 	/*portrait phone 8 plus, phone 11 */
	/*Tweak content positioning*/
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 295px;}

.Full {top: 180px;}

.content {
	width: 365px;
	}
	
.Header, .Trl {
	width: 365px;
	}
	
p.fLeft, .RtLst {
	padding-right: 20px;
	padding-left: 10px;
	margin-left: 15px;
	width: 320px;
	}

p.fRt, p.fRt2 {
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	width: 320px;
	}
	
img.ElecTag {width: 250px;}

ol.list {width: 250px; margin-left: 10px; padding: 10px 12px 10px 30px;}
ol li.docs {width: 245px;}
}

@media screen and (min-width: 360px) and (min-height: 780px) {   /*portrait phone 12 5+in */
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {width: 295px;}

.Full {
	top: 170px;
	}
	
.content {width: 315px;}

.Header, .Trl {
	width: 315px;
	}

p.fLeft, .RtLst {
	width: 270px;
	margin-left: 20px;
	}
	
p.fRt, p.fRt2 {
	width: 260px;
	}
ol.list, ol li.docs {width: 220px;}
}

@media screen and (min-width: 390px) and (min-height: 844px) {   /*portrait phone 12 6in */
	/*Tweak content width*/
.content {width: 350px;}

.Header, .Trl {
	width: 350px;
	}

p.fLeft, .RtLst {
	width: 300px;
	margin-left: 20px;
	}
	
p.fRt, p.fRt2 {
    width: 300px;
	}	
ol.list, ol li.docs {width: 240px;}
}


@media screen and (min-width: 428px) and (min-height: 926px) {   /*portrait phone 12  6+in */
	/*Tweak content width*/
.masthead {width: 315px;}
.tagline {margin-left: 120px;}

.content {width: 380px;}

.Header, .Trl {
	width: 380px;
	}

p.fLeft, .RtLst {
	width: 330px;
	margin-left: 20px;
	}	

p.fRt, p.fRt2 {
    width: 325px;
	}	
ol.list, ol li.docs {width: 270px;}
}


/*----------------------------------|
|-----------------------------------|
|          Tweaks-                  |
|    Mobile device landscape  	    | 
| 	 Grid layout					|
|-----------------------------------|
|----------------------------------*/

@media screen and (max-width: 480px) and (min-width: 415px) and (max-height: 320px) {    /*landscape phone 4*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(80px, auto) minmax(30px, auto) auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 275px;}

.Full {top: 80px;}

.content {
	width: 430px;
	}

.Header, .Trl {
	width: 430px;
	}

.content {
	border-image-source: url(../Images/GrnNeonLinePattern.png);
	border-image-repeat: stretch;
	border-image-slice: 6 0 0 0;
	border-image-width: 4px;
	}

.content {
	display: grid;
	grid-template-columns: minmax(175px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}	
	
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	
h3 {
	font-size: 14px;
	color: rgba(0,204,51,1);
	}

p.fLeft, p.fRt, p.fRt2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	padding-right: 9px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	margin-left: 15px;
	width: 150px;
	}

.RtLst {width: 200px;}
	
p.fRt, p.fRt2 {
	text-align: left;
	padding-right: 10px;
	width: 220px;
	}
	
ol.list {width: 165px; padding: 10px 12px 2px 30px;}
ol li.docs {width: 165px;}

img.ElecTag {width: 180px; border-bottom: none; margin-left: 10px;}
}

@media screen and (max-width: 568px) and (min-width: 481px) and (max-height: 320px) {	/*landscape phone 5*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 80px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 275px;}

.Full {top: 80px;}

.content {
	width: 520px;
	}

.Header, .Trl {
	width: 520px;
	}	
	
.content {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	

p.fLeft, p.fRt, p.fRt2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
p.fLeft {
	text-align: right;
	margin-left: 15px;
	padding-right: 9px;
	border-right: solid thin rgb(0,204,51);
	border-bottom: none;
	width: 195px;
	}

.RtLst {width: 250px;}
	
p.fRt, p.fRt2 {
	text-align: left;
	padding-right: 15px;
	margin-left: 10px;
	padding-left: 0;
	width: 250px;
	}

ol.list {width: 205px; margin-left: 20px; padding: 10px 12px 2px 30px;}
ol li.docs {width: 205px;}

img.ElecTag {width: 200px; border-bottom: none; padding-bottom: 45px; margin-left: 20px;}
}

@media screen and (max-width: 667px) and (min-width: 569px) and (max-height: 375px) {	/*landscape phone 6-7-8*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 92px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 325px;}
	
.Full {top: 130px;}

.content {
	width: 620px;
	}

.Header, .Trl {
	width: 620px;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}

p.fLeft {
	margin-left: 20px;
	border-bottom: none;
	border-right: solid thin rgb(0,204,51);
	width: 220px;
	}

p.fRt, p.fRt2 {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 0;
	margin-bottom: 0;
	width: 310px;
	}	

ol.list {width: 270px; margin-left: 25px;  padding: 10px 12px 2px 30px;}
ol li.docs {width: 260px;}

img.ElecTag {width: 225px; border-bottom: none; margin-left: 30px;}

.Trl {padding-top: 35px;}
}

@media screen and (max-width: 740px) and (min-width: 668px) and (max-height: 414px) {	/*landscape phone 8 plus*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 103px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 360px;}

.Full {top: 140px;}

.content {
	width: 680px;
	}

.Header, .Trl {
	width: 680px;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}	
	
p.fLeft, .RtLst {margin-top: 12px;}
p.fLeft {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 10px;
	border-bottom: none;
	border-right: solid thin rgb(0,204,51);
	width: 230px;
	}

.RtLst {width: 345px;}

p.fRt {margin-top: 0;}
p.fRt, p.fRt2 {
	padding-right: 15px;
	margin-left: 15px;
	padding-left: 0;
	width: 345px;
	}

ol.list {width: 305px; margin-left: 20px; padding: 10px 12px 2px 30px;}
ol li.docs {width: 305px;}

img.ElecTag {width: 235px; border-bottom: none; margin-left: 30px;}

.Trl {padding-top: 35px;}
}

@media screen and (max-width: 833px) and (min-width: 741px) and (max-height: 375px) {	/*landscape phone 10*/
	/*Tweak content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 135px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {
	margin-top: 25px;
	margin-left: 75px;
	width: 375px;
	}

.Full {top: 140px;}

.content {
	width: 775px;
	}

.Header, .Trl {
	width: 775px;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}
	
p.fLeft {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 10px;
	border-bottom: none;
	border-right: solid thin rgb(0,204,51);
	width: 280px;
	}

.RtLst {width: 385px;}

p.fRt, p.fRt2 {width: 385px; padding-right: 20px; margin-left: 15px; padding-left: 0;}

ol.list {width: 335px; margin-left: 25px; padding: 10px 12px 2px 30px;}
ol li.docs {width: 335px;}

img.ElecTag {width: 285px; border-bottom: none; margin-left: 35px;}
.Trl {padding-top: 25px;}
}


@media screen and (max-width: 896px) and (min-width: 834px) and (max-height: 414px) {  /*landscape iphone 11 */
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 105px 40px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {width: 350px; align-self: center;}

.Full {
	top: 140px;
	}
	
.content {
	width: 94vw;
	}

.Header, .Trl {
	width: 94vw;
	}

.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}
	
p.fLeft {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 10px;
	border-bottom: none;
	border-right: solid thin rgb(0,204,51);
	width: 280px;
	}

.RtLst {width: 460px;}

p.fRt, p.fRt2 {width: 460px; padding-right: 20px; margin-left: 15px; padding-left: 0;}

ol.list {width: 355px; margin-left: 25px; padding: 10px 12px 2px 30px;}
ol li.docs {width: 345px;}

img.ElecTag {width: 285px; border-bottom: none; margin-left: 35px;}
.Trl {padding-top: 25px;}	
}

@media screen and (min-width: 926px) and (min-height: 428px) {  /* landscape iphone 12 */
	/*Keep default of logo and tag at top of screen; Tweak menu and content positioning*/	
#wrapper {
	margin: 0 auto;
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 105px 40px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.masthead {
	margin-left: 75px;
	width: 375px;
	height: 110px;
	}

.tagline {
	margin-top: 0;
	margin-left: 240px;
	width: 350px;
	}
	
.Full {
	top: 170px;
	}
	
.content {
	width: 94vw;
	}

.Header, .Trl {
	width: 94vw;
	}
	
.content {
	display: grid;
	grid-template-columns: minmax(305px, 1fr) 1fr;
	grid-template-rows: minmax(40px, auto) auto;
	grid-template-areas: "header header"
	"ColA RList"
	"PromAdv RList"
	"Trailer Trailer";
	}
	
p.fLeft {
	padding-right: 20px;
	margin-left: 25px;
	padding-left: 10px;
	border-bottom: none;
	border-right: solid thin rgb(0,204,51);
	width: 280px;
	}

.RtLst {width: 490px;}

p.fRt, p.fRt2 {width: 490px; padding-right: 20px; margin-left: 15px; padding-left: 0;}

ol.list {width: 395px; margin-left: 25px; padding: 10px 12px 2px 30px;}
ol li.docs {width: 385px;}

img.ElecTag {width: 285px; border-bottom: none; margin-left: 35px;}
.Trl {padding-top: 25px;}	
}