/* Styles */ 
.ou-health-er-urgent-care .footer.v1 .footer-info .footer-nav {
    width: 71%;
}

.ou-health-er-urgent-care .footer.v1 .footer-info .schema-info {
    width: 19%;
}

.ou-health-er-urgent-care .sub-gen-cta {
	display:none;
}
/* 1024px Responsive */
@media screen and (max-width:1024px) {
	.footer.v1 .footer-info {
		flex-wrap:wrap;
	}
	
	.ou-health-er-urgent-care .footer.v1 .footer-info .footer-nav,.ou-health-er-urgent-care .footer.v1 .footer-info .schema-info {
		width:100%;
		justify-content:center;
	}
	
	.ou-health-er-urgent-care .footer.v1 .footer-info .schema-info .schema-item + .schema-item {
		padding:0;
	}
	.ou-health-er-urgent-care .tag-line.v1 {
		display:block;
	    padding-top: 1.667rem;
	    padding-bottom: 1.667rem;
	}
}

