.l-footer .footerLinksContainer .o-grid {
	display: grid;
	grid-template-columns: 1fr;
}

.l-footer .footerLinksContainer .o-grid:before,
.l-footer .footerLinksContainer .o-grid:after {
	display: none;
}

.ao-block-wrapper .ao-form-label {
	color: white;
}

#block-b1496090000593 .ao-form-label {
	content: "";
}

@media screen and (min-width: 48em) {
	.footerLinksContainer .o-grid__column:nth-child(1) {
		margin-right: 0!important;
		width: 100%;
	}
}


.footerLinksContainer .ao-form .ao-combo-block.ao-center {
	display: grid;
	grid-template-columns: 7fr 1fr;
}

.footerLinksContainer .ao-form .ao-combo-block.ao-center .ao-form-label {
	text-align: right;
}

footer .footer-nav a.footer__title {
	font-family: "proxima-nova", sans-serif;
	line-height: 1.5;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

@media screen and (min-width: 75em) {
	
}

.l-footer.clearfix .footerLinksContainer {
		float: none;
		padding-left: 0;
		width: unset;
}

.l-footer.clearfix .l-footer-secondary {
		float: none;
		padding-left: 0;
		width: unset;
}

footer.l-footer {
		background: #141c33;
		background-image: none;
}

footer .footer-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #112841;
}

footer .footer-nav .footer__title {
	margin: 0 30px;
}

footer .footer-cols {
	display: grid;
	grid-template-columns: 3fr 9fr;
}

footer .footer-cols:before,
footer .footer-cols:after {
	display: none;
}

footer .ao-form.ao-responsive {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 0px;
	padding-right: 0px;
}

footer .ao-form.ao-responsive .ao-row:first-child,
footer .ao-form.ao-responsive .ao-row:nth-child(2) {
	width: 48%;
}

footer .ao-form-submit {
	display: inline-block;
	line-height: 1;
	letter-spacing: .1em;
	padding: 15px 30px!important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: rgb(17, 158, 15);
	border: 3px solid rgb(17, 158, 15);
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 700;
	border-width: 3px;
	border-style: solid;
	border-radius: 3px!important;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: 200px;
}