.metl__logo {
    display: none;
}
.metl__logo-acronym {
    float: left;
    /*width: 10.5em;*/
	/*width:10em;*/
    display: block;
    padding-bottom: .75em;
}
.header__logo-acronym {
	padding:0;
}

@media screen and (min-width:1275px)
{
	.header__logo-acronym {
	padding:1rem;
	}
	.svgstore--logo-acronym {
	padding-bottom:35% !important;
	/*padding-left:23px;*/
	
}
}
.svgstore--logo-acronym {
	/*padding-bottom:35% !important; */
	/*padding-left:23px;*/
	
}

@media screen and (min-width:48em) {
	
/*	.metl__logo {
    	display: block;
		float: left;
    }
	
	.metl__logo-acronym {
   		display:none;
	} */
	
}

.metl-logo {
	width:200px;
	padding-top:1.5rem;
	padding-right:2rem;
	}

.metl-logo-mobile {
	max-width:none;
	width:100px;
	padding-top: 1rem;
	display: initial;
	position: absolute;
	top: -2px;
	right: 140px;
	}
@media only screen and (min-width: 1270px) {
/* This keeps the mobile logo from peeking out at wider screen widths. */
.metl-logo-mobile {
	display: none;
	}
}
@media only screen and (max-width: 768px) {
.metl-logo-mobile {
	display: none;
}
}

@media (min-width: 64em) {
.metl__logo {
    	background: rgb(37,39,41);
		/*position: absolute;
    	left: 0;
    	top: 0;*/
    	/*width: 29%;*/
    	float: left;
		display: inline;
    }
	.metl__logo-acronym {
   		display:none;
	}	
}
/* footer section */
.logo-row-left {
width:100%;
float:none;
}
.logo-row-right {
width:100%;
float:none;
}
.footer__nav__item {
float:none;
width:100%;
}
a.footer__logo {
margin:0 auto 2rem;
}

@media screen and (min-width:64rem) {
.logo-row-left {
width:50%;
float:left;
}
.logo-row-right {
width:50%;
float:right;
}
.footer__nav__item {
float:left;
width:20%;
}
a.footer__logo {
margin:0 0 2rem;
}
div.logo-row-right > a.footer__logo {
position:relative;
left:55%;
}
.footer__nav {
float:left;
}
.footer__social {
width:11.4rem;float:left;clear:both;margin:0 .5rem 1rem -.5rem;
}
.footer__location {
float:left; clear:none;width:200px;
}
}

@media screen and (min-width:80rem) { 
div.logo-row-right > a.footer__logo {
position:relative;
left:64%;
}
}