.footer {
	background-color: #eee;
	font-size: .6875rem;
	padding: 3rem 1rem;
	position: relative;
}

.footer a {
	/*color: #212529;*/
	/*color: #022151;*/
	color: #5a5958;
}

.footer a:hover {
	color: #10b6c6;
}

.footer .social a:hover {
	color: #fff;
}

.footer p,
.footer dl {
	margin-bottom: 1.5em;
}

.footer dt {
	font-weight: normal;
}

.footer dd {
	margin-bottom: 0;
}

.footer .solidstudio {
	bottom: 0;
	font-size: .4375rem;
	left: 0;
	line-height: .9375rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
}

.main-sponsor {
	transform: scale(.8);
}

@media screen and (min-width: 992px) {
	.padding-helper {
		padding-left: 97px;
	}
	.main-sponsor {
		transform: scale(1);
	}
}