
/* --- MOBILE STYLES --- */
/* This kicks in ONLY when the screen width drops below 1024px */
@media (max-width: 1024px) {
	.footer-base-photo-container {
		float: none;
	}
	
	.footer-section-right-panel-address-information {
		display: none;
	}
	
	.footer-section-location {
		display: block !important;
	}
}

/* --- MOBILE STYLES --- */
/* This kicks in ONLY when the screen width drops below 912px */
@media (max-width: 912px) {
	.footer-base-photo-container {
		float: left !important;
	}
}

.footer-base-photo-container {
	background-image: url('../images/TELCFooterLogo.png'); 
	background-repeat: no-repeat;
	height: 114px;
	width: 320px;
	float: right;
}

.footer-section-location {
	display: none;
	background-image: url('../images/icons/icon-location.png'); 
	background-size: 2.5625em 2.3125em;
	background-repeat: no-repeat;
	height: 2.875em;
	position:relative; 
	top: calc(60% - 2.3125em); left: calc(100% - 2.5625em);
	cursor: pointer;
}