/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.footer * {
  box-sizing: border-box;
}
/*.footer {
	display: flex;
  	justify-content: space-between;
}*/
.footer .column {
	margin-left: 5%;
  float: left;
  width: 40%;
  padding: 10px 20px;
}
.footer .column2 {
	margin-left: auto !important;
	margin-right:0px;
	float: right !important; 
}
.footer .row .column ul.list-unstyleed {
	list-style: none;
	padding-left: 0px !important;
}
.footer .row .column ul.list-unstyleed li {
	margin: 5px 0px;
	list-style: none;
}
/* Clear floats after the columns */
.footer .row:after {
  content: "";
  display: table;
  clear: both;
}
.footer a.footer_lnk {
	display: block;
	color: #F4901E !important;
}
.footer a.footer_lnk:hover {
	color: #ffffff !important;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .footer .column {
    width: 95%;
  }
	.footer .column p {
    	width: 70%;
  }	
	footer .container {
		margin: 1% !important;
	}
}
/*# sourceMappingURL=bootstrap.min.css.map */