.allrightsreserved {
  font-size: 0.9em;
}
.footer {
  position: relative;
  display: inline-block;
  width: 100%;
}

.footerbordertop {
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 9px;
	display: flex;
  align-items: stretch;
	color: #F48029;
	
}
.footerborderbottom {
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 9px;
	display: flex;
    align-items: stretch;
	color: #01AD4D;
}
.footerborderleft {
	top: 0px;
	left: 0;
	width: 9px;
	display: flex;
    align-items: stretch;
}
.footerborderright {
	position: relative;
	top: 0px;
	right: 3px;
	width: 9px;
	display: flex;
  align-items: stretch;
}
	
.footer-field-left {
  align-items: left;
  text-align: left;
}
	
.footer-field {
  align-items: left;
  text-align: left;
	margin-top: 35px; 
	margin-bottom: 20px;
}

.footertxt {
	font-family: "Yantramanav", "Open Sans", "Public Sans", "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 16px;
	color: #000000;
	text-align:left;
	margin-bottom: 0px;
	margin-top: 0px;
}
	
a.footertxt:link {
	color: #000000;
	font-family: "Yantramanav", "Open Sans", "Public Sans", "sans-serif";
	font-size: 16px;
	font-weight: 200;
	display: inline-block;
	text-decoration: none;

}
a.footertxt:visited {
  color: #000000;
	
}
a.footertxt:hover {
  color: #387EF1;
  text-decoration: underline;
}
	
.footerucrstxt {
	font-family: "Times New Roman", "serif";
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	display: inline-block;
	line-height: 16px;
	color: #000000;
}
	
a.footerucrstxt:link {
  color: #000000;
  font-family: "Times New Roman", "serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
a.footerucrstxt:visited {
  color: #000000;
}
a.footerucrstxt:hover {
  color: #387EF1;
  text-decoration: underline;
}
.footerbackground {
  background-color: #FFF6EF;
  
}
.indentnextlines {
  text-indent: -12px;
  padding-left: 12px;
}