.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}
.centered { 
	text-align:center; 
}
.HALF {
  width: 49%;
  margin: 0 0.5%;
}
.THIRD {
  width: 32.3%;
  margin: 0 0.5%;
}
.THIRDx2 {
  width: 65.6%;
  margin: 0 0.5%;
}
.QUARTER {
  width: 24%;
  margin: 0 0.5%;
}
.QUARTERx3 {
  width: 74%;
  margin: 0 0.5%;
}
.wrapW {
	width:100%;
}
.pageW {
	width:1440px;
	margin:0 auto;
}
.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #910d0d; }
.FullWitdhPic {
  max-width: 90%;
  height: auto;
  margin: 20px 5%;
}
.ShadowPic {
  box-shadow: 2px 2px 6px #00000033;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  background-color: #FFFFFF;
}


/* HEADER */
#wrapHDR {
	background-image: url(images/BCKFarm.png);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 500px;
}
#HDR {
	padding: 60px 0;
}
#LOGO img {
	width: 461px;
	max-width: 100%;
	height: auto;
}

#TOPTEXT {
	padding: 0 2%;
	box-sizing: border-box;
}
#TOPTEXT h2 {
	font-size: 24pt;
	margin-bottom: 0;
	text-align: center;
}
#TOPTEXT h1 {
	text-align: center;
	font-size: 36pt;
}
#TOPTEXT h3.Decorative {
	font-family: Pacifico, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	color: var(--PPDgreen-light);
	font-weight: 400;
	font-size: 26pt;
}
#TOPTEXT h3.Decorative img {
	height: 26pt;
}

#TOPTEXT ul.Decorative {
	margin: 0 auto;
	display: block;
	width: max-content;
}
#TOPTEXT ul.Decorative li {
	font-family: Pacifico, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: var(--PPDgreen-medium);
	list-style: none;
	font-size: 20pt;
}
#TOPTEXT ul.Decorative li img {
	height: 20pt;
}
#TOPTEXT a {
	font-weight: bold;
	text-decoration: none;
}
#TOPTEXT a:hover {
	text-decoration: underline;
}





/* MAIN */
#wrapPics {
	background-color: var(--PPDgreen-brown);
}
#Pics {
	padding: 40px 0;
	text-align: center;
}
#Pics img {
	border: solid 7px var(--PPDgreen-light);
	border-radius: 5px;
	margin: 10px;
}



#wrapFORM {
	background-color: var(--PPDgreen-brown);
}
#FORM {
  padding: 80px 0;
}
#FORM h2.Decorative {
	font-family: Pacifico, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	color: var(--PPDgreen-light);
	font-weight: 400;
	font-size: 36pt;
	margin-bottom: 0;
}
#FORM h4.Decorative {
	font-family: Pacifico, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	color: var(--PPDgreen-light);
	font-weight: 400;
	font-size: 24pt;
	margin-bottom: 40px;
}
#HorizontalForm .FormField input {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14pt;
	background-color: #FFF2;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	margin: 0 0 20px 0;
}
#HorizontalForm #Comments {
	border: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14pt;
	background-color: #FFF2;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}

#FORM .button {
	border: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: var(--PPDgreen-dark);
	font-size: 18pt;
	background-color: var(--PPDgreen-light);
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#FORM .button:hover {
	background-color: #FFF;
	cursor: pointer;
}
#HorizontalResults {
	width: 100%;
	margin-top: 20px;
	display: none;
}

#MENSAJE {
	background: #FFFC;
	padding: 20px;
	box-sizing: border-box;
	margin: 10px 0.5%;
}
#MENSAJE h3 {
	color: #900;
}
#MENSAJE p {
	color: #900;
}


/* FTR */
#FTRwrap {
	background-color: var(--PPDgreen-brown);
	padding: 10px 0;
	text-align: center;
}
#FTRwrap p, #FTRwrap a {
	color: #FFF;
	font-size: 10pt;
}


