.footer {
	padding-top: 180px !important;
	padding-bottom: 30px !important;;
	background-position: center top;
	background-repeat: no-repeat;
}

	.footer .container {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		flex-flow: wrap;
		-webkit-box-flex: 1;
		        flex: 1;
	}

	.footer .container ul {
			font-size: 10px;
			font-family: Arial;
			list-style: none;
			float: left;
			-webkit-box-flex: 1;
			        flex: 1;
			flex-basis: 14%;
		}

	.footer .container ul li {
				line-height: 14px;
			}

	.footer .container ul li:first-child {
				font-weight: bold;
				letter-spacing: 0.1em;
			}

	.footer .container ul li:first-child a {
					color: black;
				}

	.footer .text-container {
		padding-top: 20px;
		text-align: center;
		display: block;
		text-align: center;
		font-size: 0.8em;
	}

@media only screen and (max-width: 767px) {
	.footer {
		padding-top: 150px;
	}
			.footer .container ul {
				flex-basis: 50%;
			}
				.footer .container ul li {
				}
}

a.footer__link {
	color: white !important;
	text-decoration: underline;
}
