/* ====================
    INTERMEDIATE
   ==================== */

@media only screen and (min-width: 480px) {
	#bizpart-logo a {
		display: block;
		width: 175px;
		height: 41px;
	}
	
	
	h3.big-heading { font-size: 43px; }
	h3.big-heading.super { font-size: 70px; }
	h3.medium-heading { font-size: 45px; }
	a#header-account span { display: inline-block; }
	
	.bubble-cats .listing { flex: 0 0 calc(100% - 0px); max-width: none; }
	#footer-banner h5 {
        font-size: 17px;
    }
}