div#meter-message {
    display: flex; 
    flex-wrap: wrap; 
    z-index:20000;
    position: fixed;
    height: 64px;
    background-color: #fcfcfc;
    box-shadow: 0.1em 0 0.75em 0 #6B6B6B;
    width: 100%;
    bottom: 0;
    left: 0;
}
div#email_meter-message {
    display: flex; 
    flex-wrap: wrap; 
    z-index:20000;
    position: fixed;
    height: 200px;
    background-color: #fcfcfc;
    box-shadow: 0.1em 0 0.75em 0 #6B6B6B;
    width: 100%;
    bottom: 0;
    left: 0;
}

#meter-message-logo {
    flex-grow: 1; 
    width: 25%;
	background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
}

div#meter-message-text {
    flex-grow: 1; 
    width: 25%; 
    text-align: center; 
    padding-top: 18px;
}

div#meter-message-options {
    flex-grow: 1; 
    width: 50%; 
    text-align: right; 
    padding: 24px 2% 0 0;
}

ul#menu-meter-options {
    padding: 0;
    font: 12px Verdana;
    list-style-type: none;
}
  
ul#menu-meter-options li {
    display: inline;
    margin-left: 2%;
}
  
ul#menu-meter-options li a {
    padding: 10px 50px;
    border: 1px solid #aaa;
    background-color: #eee;
    color: #47a;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}
#email_offer_signup{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-10px;
}
#email_offer_signup > div > form > div.tnp-field.tnp-field-email > input{
    border: 1px solid #000;
}


@media (max-width:768px) {

    div#meter-message-text {
        padding-top: 5px;
    }
	#meter-message-logo {
		display: none;
	}
	ul#menu-meter-options li a {
        padding: 4%;
	}
	
	ul#menu-meter-options li {
		margin-bottom: 2px;
		margin-left: 2px;
	}

}
