
.footer {
  width: 100%;
  background-color: transparent;
  margin:0px;
  padding: 0px;
  padding-top: 15px;
}
.footer .middle-row {
  width:100%;
  background-color:transparent;
  padding:0px;
  margin:0px;
  border:0px;
  border-collapse:collapse;
  font-size: x-small;
}
.footer .middle-row td {
  font-size: x-small;
  width: 33%;
}
.footer .middle-row .center-col { text-align:center; }
.footer .middle-row a { font-size: x-small; }
.footer .bottom-row {
  font-size: x-small;
  background-color: transparent;
}
.cert img { border: 0px; }

.footer {
	width: 100%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
}
.footnote {
	margin-top: 1%;	
	/* border-bottom: #36837d 0px solid;
	background-color: #36837d; */
	width: 100%;
	/* font-family: "Poppins", sans-serif !important;
	-webkit-box-shadow: 0px -1px 10px -2px rgb(0 0 0 / 70%);
	-moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,0.070);
	box-shadow: 0px -1px 10px -2px rgb(0 0 0 / 70%); */
	box-sizing: border-box;
	padding: 4.25em 0 0.25em;
	background: #3d3d3d url(../con/hc_footer_bg.jpg) no-repeat center bottom;
	background-position-y: 0px;
 	background-size: cover;
    max-height: 200px !important;
    overflow-y: hidden;
}

.footer_row3 {
	color: #FFF; 
	width: 90%;
	margin-left: 40px;
	padding: 18px 18px 30px;
	display: flex;
	flex-direction: row;
	justify-content: left;
}

.footer_cr {
	margin-left: 30px;
	font-size: 14px;
	/* font-family: "Poppins", sans-serif !important; */
	text-align: left;
	line-height: 1.2rem;
}

.footer_cr a {
	color:#FFF;
}

.footer_cr a:hover {
	color: #e3280e;
}

.req_fld {
	color: red;
}



