.footer__top .footer__nav--container .footer-nav-input {
	position: absolute;
	left: -9999px;
}

@media (max-width: 767px){
	.footer__top .footer__nav--container {
		min-width: auto;
		width: 100%;
		margin-top: 0;
	}
	
	.footer__top .footer__nav--container .footer-nav-label {
		border-bottom: 1px solid #0057b8;
		width: 100%;
		margin: 0;
		padding: 17px 44px 14px 0;
		position: relative;
	}

	.footer__top .footer__nav--container .footer-nav-label::after {
		content: "";
		background: url(/wp-content/themes/solutions-borderstates/dist/images/BOR_arrow-down-white.svg) no-repeat;
		position: absolute;
		right: 0;
		top: 17px;
		width: 24px;
		height: 24px;
	}	
	
	.footer__top .footer__nav--container .footer__nav--links {
		display: none;
		padding: 10px 0 20px;
	}
	
	.footer__top .footer__nav--container .footer-nav-input:checked + .footer-nav-label::after {
		transform: rotate(180deg);
	}
	
	.footer__top .footer__nav--container .footer-nav-input:checked ~ .footer__nav--links {
		display: block;
	}
}