/* Footer */
#source-meter-message {
	display: flex;
	flex-wrap: wrap;
	z-index: 1999;
	position: fixed;
	height: 150px;
	background-color: #fcfcfc;
	box-shadow: 0.1em 0 0.75em 0 #6b6b6b;
	width: 100%;
	left: 0;
	bottom: 0;
}

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

#source-meter-message-logo {
	display: flex;
	flex-grow: 1;
	width: 25%;
	align-items: center;
	padding-left:10px;
}

#source-meter-message-logo img{
    max-height: 150px;
    max-width: 200px;
    object-fit: contain;
}

div#source-meter-message-text {
	flex-grow: 1;
	width: 45%;
	text-align: center;
	display: flex;
	align-items: center;
    justify-content: center;
}

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

#source-meter-message-options a {
	padding: 10px 5px;
    border: 1px solid #666666;
    background-color: #666666;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
	font: 14px Verdana;
    font-size: 1em;
	display: grid;
	text-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;

}

#source-meter-message-options a:hover{
    background-color: #3488BE;
}

#source-email_meter-message-options a:hover{
    background-color: #3488BE;
}

#email_offer_signup {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
}

#email_offer_signup>div>form>div.tnp-field.tnp-field-email>input {
	border: 1px solid #000;
}

#source-email_meter-message  > div#source-meter-message-text{
	height: 80px;
	padding-right:10%;
}

#source-email_meter-message > div#source-meter-message-options{
	width:15%;
}

@media (max-width:800px) {
	#source-meter-message-logo {
		display: none;
	}

	div#source-meter-message {
		height: 200px;
		padding: 5px;
	}

	div#source-meter-message-options {
		float: left;
		width: 100%;
		margin-left: 5px;
	}
	div#source-email_meter-message {
		height: 300px;
		padding: 5px;
	}
	#source-email_meter-message  > div#source-meter-message-text{
		align-items: center;
		height: 100px;
		padding-right:0%;
	}
}

/* Header */
div#source-header-meter-message {
	display: flex;
	flex-wrap: wrap;
	z-index: 1999;
	position: fixed;
	height: 150px;
	background-color: #ffffff;
	box-shadow: inset 0.1em 0 0.75em 0 #6b6b6b;
	width: 100%;
	left: 0;
	top: 0;
	padding-left: 10px;
}

div#source-header-email_meter-message {
	display: flex;
	flex-wrap: wrap;
	z-index: 20000;
	position: fixed;
	height: 250px;
	background-color: #ffffff;
	box-shadow: inset 0.1em 0 0.75em 0 #6b6b6b;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
}
#source-header-email_meter-message > div#source-meter-message-options{
	width:15%;
}

@media (max-width:800px) {
	#source-header-message-logo {
		display: none;
	}

	div#source-header-meter-message {
		height: 200px;
		background-color: #FFF;
		padding: 5px;
	}
	

	div#source-header-message-options {
		float: left;
		width: 100%;
		margin-left: 5px;
	}
	div#source-header-email_meter-message {
		height: 230px;
		padding: 5px;
	}
	#source-header-email_meter-message  > div#source-meter-message-text{
		align-items: center;
		height: 70px;
		padding-right:0%;
	}
	#source-header-email_meter-message > div#source-meter-message-options{
		padding-top:0;
		padding-bottom:0;
	}
	div#source-header-email_meter-message  > #email_offer_signup{
		margin-top: -38px;
	}
}

/* POPUP */
#meter-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
#source-meter-message-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: grid;
	z-index: 1999;
	height: 360px;
	background-color: #ffffff;
	box-shadow: 0.1em 0 0.75em 0 #6b6b6b;
	width: 560px;
	place-items: center;
}

#source-meter-message-popup-close {
	position: inherit;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#source-meter-message-popup-options {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

#source-meter-message-popup-options a {
	padding: 16px 30px;
    border: 1px solid #666666;
    background-color: #666666;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
	font: 14px Verdana;
    font-size: 1em;
	display: grid;
	text-align: center;
	align-items: center;
	width: 140px;
	margin: 0px 20px;
}

#source-meter-message-popup-options a:hover{
    background-color: #3488BE;
}

#source-email_meter-message-popup-options a:hover{
    background-color: #3488BE;
}

#source-email_meter-message-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: grid;
	z-index: 1999;
	height: 500px;
	background-color: #ffffff;
	box-shadow: 0.1em 0 0.75em 0 #6b6b6b;
	width: 560px;
	place-items: center;
}

.oht-popup-close {
	display: inline-block;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 30px;
	cursor: 	pointer;
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	font-family: "Verdana";
}

#email_offer_signup_popup {
	width: 100%;
	padding: 10px;
}

#source-meter-message-popup-logo {
	width: auto;
	max-height: 160px;
}
#source-meter-message-popup-logo img {
	width: auto;
	max-height: 160px;
}


@media (max-width:800px) {
	#source-meter-message-popup {
		width: 100%;
		height: 300px;
	}
	#source-email_meter-message-popup {
		width: 100%;
		height: 360px;
	}
	#source-meter-message-popup-logo {
		display: none;
	}
}