@charset "UTF-8";

sup {line-height: 0;}

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

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

/*Default-  Basic about 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: 180px;
	}
		
.content {
	margin: 0;
	grid-area: content;
	width: 290px;
	}

.Header {
	width: 275px;
	margin: 12px 0 0 0;
	text-align: center;
	align-self: center;
	}
.Header {
	grid-area: header;
	}
		
.fLeft {
	grid-area: ColA;
	}
ol.list, ol li.note {grid-area: ColA1;}

.fCentr {
	grid-area: ColB;	
	}
ol.list2, ol li.aud {grid-area: ColB1;}

.fRt {
	grid-area: ColC;
	}

.Trl {
	grid-area: Trailer;
	}
	
.content {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(90px, auto) auto;
	grid-template-areas: "header"
	"ColA"
	"ColA1"
	"ColB"
	"ColB1"
	"ColC"
	"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);
	}
	
h4.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,204,51,1);
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	}
	
p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}

p.fLeft {
	margin-top: 12px;
	text-align: right;
	margin-left: 15px;
	padding-right: 15px;
	width: 250px;
	}

p.fCentr, p.fRt {
	text-align: left;
	margin-left: 15px;
	width: 250px;
	}
ol.list, ol.list2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	padding-right: 15px;	
	padding-bottom: 15px;
	border-bottom: solid thin rgb(0,204,51);
	margin-bottom: 0;
	}
ol li.note, ol li.aud {padding-left: 5px;}	

.Trailer, .TrailerB, .SubHdr {
	width: 275px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
/*------------------------------|
|     Style Default states      |
|     Nav 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: 73px 35px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}
	
.Full {
	top: 185px;
	}

.content {
	width: 290px;
	}
.Header, .Trailer, .TrailerB, .SubHdr {
	width: 275px;
	}
}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 6-7-8          |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 667px) {  	/*portrait phone 6-7-8*/
	/*Tweak logo menu and 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: 190px;
	}
	
.content {
	width: 335px;
	}

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

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

p.fLeft, p.fCentr, p.fRt {
	width: 300px;
	margin-left: 15px;
	}
p.fLeft {padding-left: 0;}
ol.list, ol.list2 {padding-right: 15px;}

p.fCentr, p.fRt {padding-right: 15px; padding-left: 10px;}
p.fRt {padding-bottom: 20px;}
}

/*-----------------------------|
|     Style Default states      |
|     Nav Mobile 10 size        |
|------------------------------*/

@media screen and (min-width: 375px) and (max-height: 812px) { 	/*portrait phone 10*/
	/*Tweak logo menu and 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: 190px;}

.content {
	width: 335px;
	}

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

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

p.fLeft {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
	padding-left: 0;
	width: 300px;
	}
p.fCentr, p.fRt {
	text-align: left;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 5px;
	width: 300px;
	}
p.fRt {
	padding-bottom: 20px;
	}
}

/*------------------------------|
|     Style Default states      |
|     Nav Mobile 8 plus         |
|------------------------------*/

@media screen and (min-width: 414px) and (max-height: 896px) { 	/*portrait phone 8 plus, phone 11 */
	/*Tweak logo menu and 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: 200px;
	}

.content {
	width: 365px;
	}
	
.Header, .Trailer, .TrailerB, .SubHdr {
	width: 365px;
	}

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

p.fLeft, p.fCentr, p.fRt {
	width: 320px;
	margin-left: 20px;
	}
p.fLeft {padding-right: 20px;}
ol.list, ol.list2 {margin-left: 10px;}

p.fCentr, p.fRt {padding-left: 10px;}
p.fRt {padding-bottom: 20px;}
}


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

p.fLeft, p.fCentr, p.fRt {
	width: 270px;
	margin-left: 20px;
	}
}


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

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

p.fLeft, p.fCentr, p.fRt {
	width: 300px;
	margin-left: 20px;
	}	
}


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

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


/*-------------------------------------------
|-------------------------------------------|
|          Tweaks-                          |
|    Mobile device horizontal size  	    | 
| 	 Grid layout							|
|-------------------------------------------|
|------------------------------------------*/

@media screen and (max-width: 480px) and (min-width: 415px) and (max-height: 320px) {    /*landscape phone 4*/
	/*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: 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 {
	width: 430px; 
	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: 430px;	margin: 4px 0 0 0; text-align: center; align-self: center;}

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

p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
	
.A {width: 215px;}
p.fLeft {
	text-align: right;
	border-bottom: none;
	margin-left: 15px;
	width: 185px;
	}
ol.list {width: 170px; padding-right: 15px; border-bottom: none; margin-left: 20px; padding-left: 10px;}

.B {width: 215px;}
p.fCentr {
	text-align: left;
	margin-left: 15px;
	width: 185px;
	}
ol.list2 {width: 170px; padding-right: 15px; border-bottom: none; margin-left: 20px; padding-left: 10px;}
	
h4.fRt {text-align: center; width: 430px; padding-top: 15px;
	border-top: solid thin rgb(0,204,51);
	} 
p.fRt {
	text-align: left;
	padding-right: 15px;
	margin-left: 25px;
	width: 390px;
	}
}

@media screen and (max-width: 568px) and (min-width: 481px) and (max-height: 320px) {	/*landscape phone 5*/
	/*Keep default of logo and tag at top of screen; 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 {width: 520px; 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: 520px;
	margibn: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer Trailer";
	}
	
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: rgba(0,204,51,1);
	}	

p.fLeft, p.fCentr, p.fRt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	}
	
.A {width: 260px;}
p.fLeft {
	text-align: left;
	margin-left: 20px;
	border-bottom: none;
	width: 225px;
	}
ol.list {width: 210px; border-bottom: none; margin-left: 25px; padding-left: 10px;}

.B {width: 260px;}
p.fCentr {
	text-align: left;
	padding-right: 15px;
	margin-left: 20px;
	width: 225px;
	}
ol.list2 {width: 210px; border-bottom: none; margin-left: 25px; padding-left: 10px;}
	
h4.fRt {text-align: center; width: 520px; padding-top: 15px;
	border-top: solid thin rgb(0,204,51);
	} 
p.fRt {
	text-align: left;
	padding-right: 15px;
	margin-left: 30px;
	width: 475px;
	}
}

@media screen and (max-width: 667px) and (min-width: 569px) and (max-height: 375px) {	/*landscape phone 6-7-8*/
	/*Keep default of logo and tag at top of screen; 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 {width: 620px; 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: 620px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(60px, 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: 12px;
	line-height: 1.6;
	}

.A, .B {width: 310px;}
p.fLeft, p.fCentr {
	width: 270px;
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 25px;
	}
ol.list, ol.list2 {width: 255px; margin-left: 30px; padding-left: 10px; border-bottom: none;}

h4.fRt {width: 620px; text-align: center; padding-top: 15px; border-top: solid thin rgb(0,204,51)}

p.fRt {width: 570px; padding-right: 15px; padding-bottom: 30px; margin-left: 35px;}
}

@media screen and (max-width: 740px) and (min-width: 668px) and (max-height: 414px) {	/*landscape phone 8 plus*/
	/*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: 103px 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {width: 360px;}

.Full {
	top: 140px;
	}

.content {
	width: 680px;
	}

.Header {width: 680px; 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: 680px;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}

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

.A, .B {width: 340px;}
p.fLeft, p.fCentr {
	width: 300px;
	text-align: left;
	padding-right: 15px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 25px;
	}

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

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

@media screen and (max-width: 833px) and (min-width: 741px) and (max-height: 375px) {	/*landscape phone 10*/
	/*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 30px auto 100px;
	grid-template-areas:
	"masthead"
	"tagline"
	"content"
	"footer";
	}

.masthead {
	width: 375px;
	height: 100px;
	margin-left: 75px;
	}

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

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

.Header {width: 94vw; 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: 94vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer Trailer";
	}
	
.A {width: 345.5px;}
.B {width: calc(94vw - 345.5px);}

p.fLeft, p.fCentr {
	width: 292px;
	text-align: left;
	margin-top: 24px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 30px;
	}
p.fCentr {width: calc(94vw - 405px);}
ol.list, ol.list2 {width: 267px; border-bottom: none; margin-left: 35px; padding-left: 10px;}
ol.list2 {width: calc(94vw - 420px); padding-left: 20px;}

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

@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 {
	width: 375px;
	height: 100px;
	margin-left: 75px;
	}

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

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

.Header {width: 94vw; 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: 94vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer Trailer";
	}
	
.A {width: 345.5px;}
.B {width: calc(94vw - 345.5px);}

p.fLeft, p.fCentr, p.fRt {font-size: 14px;}

p.fLeft, p.fCentr {
	width: 292px;
	text-align: left;
	margin-top: 24px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 30px;
	}
p.fCentr {width: calc(94vw - 405px);}
ol.list, ol.list2 {width: 267px; border-bottom: none; margin-left: 35px; padding-left: 10px;}
ol.list2 {width: calc(94vw - 420px); padding-left: 20px;}

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


@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 {
	width: 375px;
	height: 100px;
	margin-left: 75px;
	}

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

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

.Header {width: 94vw; 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: 94vw;
	margin: 4px 0 0 0;
	text-align: center;
	align-self: center;
	}
	
.content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: minmax(60px, auto) auto;
	grid-template-areas: "header header"
	"ColA ColB"
	"ColC ColC"
	"Trailer Trailer";
	}
	
.A {width: 345.5px;}
.B {width: calc(94vw - 345.5px);}

p.fLeft, p.fCentr, p.fRt {font-size: 14px;}

p.fLeft, p.fCentr {
	width: 292px;
	text-align: left;
	margin-top: 24px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 30px;
	}
p.fCentr {width: calc(94vw - 405px);}
ol.list, ol.list2 {width: 267px; border-bottom: none; margin-left: 35px; padding-left: 10px;}
ol.list2 {width: calc(94vw - 420px); padding-left: 20px;}

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