footer#footer {
	background: white;
	position: relative;
	z-index: 41;
	border-top: 1px solid #D9D1C7;
	color: #858585;
}

footer#footer .logo .bflogo {
	height: 40px;
}

footer#footer>.wrapper {
	padding: 50px 0;
}

footer#footer .wrapper {
	display: flex;
	justify-content: space-between;
}

footer#footer>.wrapper>div {
	width: calc(50% - 10px);
}

footer#footer>.wrapper>div a {
	color: #858585;
}

footer#footer>.wrapper>div:first-child .logo {
	margin-bottom: 24px;
}

footer#footer>.wrapper>div:first-child .logo+p {
	max-width: 19em;
}

footer#footer>.wrapper>div p {
	line-height: 1.4444444;
	font-size: 1.8rem;
}

footer#footer>.wrapper>div:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer#footer>.wrapper>div:last-child ul.social {
	margin-top: -1rem;
}

footer#footer>.wrapper>div:last-child>h3,
footer#footer>.wrapper>div:last-child>ul {
	width: 100%;
}

footer#footer>.wrapper>div:last-child>div {
	width: calc(50% - 10px);
}

footer#footer>.wrapper>div:last-child>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

footer#footer>.wrapper>div:last-child>ul>li {
	width: calc(50% - 10px);
	margin: 0 0 -1px;
	border: 1px dashed #C4C4C4;
	border-left: none;
	border-right: none;
	padding: 0.5em 0;
}

footer#footer>.wrapper>div:last-child h3 a,
footer#footer>.wrapper>div:last-child p a,
footer#footer>.wrapper>div:last-child ul:not(.social) a {
	display: inline-block;
	transition: all 0.2s ease;
	position: relative;
}


/*.rich-text-centered .rich-text>*{max-width:42rem;margin-left:auto;margin-right:auto}

.rich-text-left0 .rich-text>*{margin-left:0}

.rich-text-left0 .container-break{margin-left:auto;margin-right:auto;transform:none;width:100%;left:auto;right:auto}*/

footer#footer>.wrapper>div:last-child h3 a,
footer#footer>.wrapper>div:last-child p a,
footer#footer>.wrapper>div:last-child ul:not(.social) a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-position: 0 100%, 0 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 0 1px, 100% 1px;
	transition: background-size .5s
}

footer#footer>.wrapper>div:last-child h3 a {
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(9, 88, 167, 0.25), rgba(9, 88, 167, 0.25));
}

footer#footer>.wrapper>div:last-child h3 a:focus,
footer#footer>.wrapper>div:last-child h3 a:hover,
footer#footer>.wrapper>div:last-child p a:focus,
footer#footer>.wrapper>div:last-child p a:hover,
footer#footer>.wrapper>div:last-child ul:not(.social) a:focus,
footer#footer>.wrapper>div:last-child ul:not(.social) a:hover {
	background-size: 100% 1px, 100% 1px
}

footer#footer>.wrapper>div:last-child h3 a:hover,
footer#footer>.wrapper>div:last-child p a:hover,
footer#footer>.wrapper>div:last-child ul:not(.social) a:hover {
	color: #020873;
}

footer#footer>.wrapper>div:last-child>h3 {
	color: #0958A7;
	line-height: 1.4444444;
	font-size: 1.8rem;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	height: 40px;
	vertical-align: bottom;
	margin-bottom: 24px;
	position: relative;
}

footer#footer>.wrapper>div:last-child>h3::after {
	width: 100%;
	height: 1px;
	display: block;
	background: #C4C4C4;
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
}

footer#footer>.wrapper>div:last-child>h3 a {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #0958A7;
}

footer#footer>div:last-child {
	color: white;
	background: #020873;
	padding: 20px 0;
}

footer#footer>div:last-child p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	width: calc((((100% - (11 * 20px)) / 12) * 3) + (2 * 20px));
}

footer#footer>div:last-child p:first-child {
	width: calc((((100% - (11 * 20px)) / 12) * 9) + (8 * 20px));
}

@media all and (max-width: 1199px) {
	footer#footer>div:last-child .wrapper {
		display: block;
	}
	footer#footer>div:last-child p {
		width: 100% !important;
	}
	footer#footer>div:last-child p:first-child {
		margin: 0 0 1em;
	}
}

@media all and (max-width: 899px) {
	footer#footer>.wrapper {
		flex-wrap: wrap;
	}
	footer#footer>.wrapper>div {
		width: 100%;
	}
}

@media all and (max-width: 599px) {
	footer#footer>.wrapper>div:last-child,
	footer#footer>.wrapper>div:last-child>ul {
		display: block;
	}
	footer#footer>.wrapper>div:last-child>div,
	footer#footer>.wrapper>div:last-child>ul>li {
		width: 100%;
	}
}