.site-footer {
	padding: 60px 50px;
}

.site-footer .logo {
	display: none;
}

.site-footer h3 {
	color: #435790;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
}

.site-footer ul {
	margin-bottom: 45px;
}

.site-footer ul li a {
	color: inherit;
	font-size: 15px;
	font-family: "PT Serif", serif;
	display: block;
	padding: 8px 15px;
	position: relative;
}

.site-footer ul li a:hover {
	color: #000;
}

.site-footer ul li a:before {
	content: "";
	height: 6px;
	width: 6px;
	box-sizing: border-box;
	border: 1.5px solid #d8393d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
}

.site-footer .social-nav {
	margin: 20px 0 0;
	max-width: 210px; /* 140px with 3 icons */ /* 210px with 4 icons */
}

.site-footer .accessibility {
	border-top: 1px solid #dee3f6;
	color: #435790;
	font-family: "PT Serif", serif;
	line-height: 1.5;
	position: relative;
	margin-top: 20px;
	padding: 20px 0 0 50px;
	font-size: 12px;
	margin-bottom: 0;
}

.site-footer .accessibility i {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 20px;
}

.site-footer .logos {
	display: flex;
	align-items: center;
}

.site-footer .logos img {
	max-height: 62px;
	margin-right: 30px;
	width: auto;
	height: auto;
}

.site-footer ul img {
	max-width: 200px;
}

.site-footer .logos :first-child {
	max-height: 50px;
}

@media screen and (min-width: 768px) {
	.site-footer .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	
	.site-footer ul {
		margin-bottom: 0;
	}
	
	.site-footer .social-accessibility {
		width: 205px;
	}
	
	.site-footer .accessibility i {
		top: 26px;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer {
		padding: 80px 0;
	}
	
	.site-footer .logo {
		display: block;
		width: 176px;
	}
}