button, input[type=submit] {
	background: rgb(225, 95, 44);
	border: 0;
  border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font: 16px MuseoSans, sans-serif;
	padding: .5em .7em;
	transition: all 0.23s ease-in-out 0s;
}

button i {
	padding-right: 10px;
}

button i:last-child {
	padding-right: 0;
}

button:hover, input[type=submit]:hover {
	background: rgba(225, 95, 44, .8);
}

#mc-embedded-subscribe {
	background: rgb(225, 95, 44) !important;
}

#mc-embedded-subscribe:hover {
	background: rgba(225, 95, 44, .6) !important;
}

#mc_embed_signup {
	font-family: MuseoSans, sans-serif !important;
}

#mc_embed_signup .foot {
	grid-template-columns: none !important;
}

button.close {
	background: transparent;
	border-radius: 100px;
	color: #000;
	position: absolute;
	right: 0;
	top: 5px;
}

button.close:hover {
	background: transparent;
}

button.close i.fa-times {
	color: #000;
}

button.close i.fa-circle {
	color: transparent;
	transition: all 0.23s ease-in-out 0s;
}

button.close:hover i.fa-circle {
	color: rgba(0, 0, 0, 0.2);
}

.newsletterPopupOverlay {
	align-items: flex-start;
	background: rgba(0, 0, 0, .2);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0px;
	padding: 117px 0 10vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2;
}

.newsletterPopup {
	background: #fff;
	border: 1px solid #ccc;
	flex: 0 0 auto;
	max-height: 70vh;
	max-width: 80vw;
	overflow-y: auto;
	padding: 0 30px;
	position: relative;
	width: 1024px;
	z-index: 2;
}

.newsletterPopup h2 {
	color: rgb(225, 95, 44) !important;
}

.hide {
	display: none;
}

@media (max-width: 625px) {

	.newsletterPopupOverlay {
		padding-top: 73px;
	}

}
