.newsletter_block {
    margin-bottom: 70px; /* for top button on mobile */
    max-width: 340px;
}
.newsletter_block .input-group {
	padding: 12px 0;
}
.newsletter_block .btn {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	height: 36px;
	border: none !important;
	border-left: 1px solid #aaa !important;
}
.newsletter_block .form-control {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	height: 36px;
	border: none;
}
.tooltip-inner {
	font-size: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.quick-link button {
	margin: 0 10px;
}
.newsletter_block p.success_inline {
    color: #418B19;
    font-weight: bold;
    text-align: center;
}
.newsletter_block p.warning_inline {
    color: #DA0F00;
    font-weight: bold;
    text-align: center;
}
.valid{
    position: absolute;
    font-size: 12px;
}

.mailchimp-popup-modal {
    background: rgba(0,0,0,0.8);
}

.mailchimp-popup-modal .modal-header {
    background: #000;
    color: #FFF;
    border-bottom: none;
}

.mailchimp-popup-modal img {
    max-width: 100%;
    height: auto;
}

.modal-open .modal,.btn:focus{
    outline:none!important
}
@media (max-width: 480px) {
	.newsletter_block .box-heading {
		width: 100%;
	}
	.newsletter_block .input-group {
		clear: both;
		width: 100%;
		padding-top: 20px;
	}
}


