/* Sticky Footer Style or Flush Footer to bottom of page */
html, body {
  height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0px auto -50px;
}

#main {
  overflow:auto;
  padding-top:0px; 
  padding-bottom:50px; /* this needs to be bigger than footer height*/
}

.header {
  position: relative;
  margin-top: 0px; 
  height: 100px;
  clear:both;
  padding-top:6px;
} 

.footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:10px;
} 

/* Required */
.required:after {
    content:"*";
    color: RED;
}

/* Global Custom */
.InvalidCLASS {
	font-weight: bold;
	text-decoration:none;
	color:#A52A2A;
	border-color: #FF0000; 
	background-color: #E8D1D1;
}
.nopadding {
	padding:0px;
}

input, select {
	margin-bottom: 15px;
}

/* Google ReCaptcha Resize */
.gc-reset{
transform:scale(0.85) !important;
-webkit-transform:scale(0.85) !important;
transform-origin:0 0 !important;
-webkit-transform-origin:0 0 !important;
}