#content > .frame {
	display: none;
}

.headerMain div.logo img {
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.store-locator-landing .distributor-content {
	width: 100%;
}

.store-locator-landing .list-stores-landing {
	margin-left: 0;
}

.distributor-content-wrapper {
	margin-top: 1em;
	text-align: left;
}

.distributor-content-wrapper .distributor-desc {
	width: 160px;
	font-size: 1.2em;
	display: inline-block;
	text-align: left;
}

.distributor-content-wrapper .distributor-logo {
	display: inline-block;
}

.distributor-content-wrapper .distributor-logo a {
	margin-left: 10px;
}

.distributor-content-wrapper .distributor-logo img {
	height: 35px;
}

.enquiry-note {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-top: -15px;
}

@media screen and (max-width: 768px) {
	.bannerWrapper,
	.footerCol,
	.topMenu, 
	.searchBox,
	#lnkShowLogout {
		display: none !important;
	}
	
	#content > .frame {
		display: block;
	}
	
	.topMobileMenu {
		display: block;
	}
	
	#testimonialDiv {
		padding-bottom: 180px !important;
		margin-right: auto;
		margin-left: auto;
		width: 70%;
		left: 0;
		padding-top: 30px;
	}
}