header .header-logo {
	flex: 0 0 140px;
}

header .header-nav {
	flex: 0 0 calc(100% - 140px);
}

.membership-card.highlight {
	transform: none;
}

.membership-card-options h4 {
	line-height: 22px;
}

.membership-card.free .membership-card-content {
	height: 100%;
}

.membership-card.free .membership-card-content form {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 40px;
}

a.pro_tag,
.tags-list a.pro_tag {
	background-color: #00A857;
}

.membership-card-email-form button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.membership-card .member-sub.success .success-state {
	display: inline-block;
	width: auto;
	top: 1px;
	position: relative;
}

@media only screen and (max-width: 879px) {
	.membership-card.free .membership-card-content form {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
	}
}