.get-beer-news label,
.col-wht {
	color: #fff!important;
}

.get-beer-news .form-group > div {
	margin-bottom: 2em;
}

.w50 {
	float: left;
	width: 50%;
}

.w50.first {
	padding-right: 1em;
}

.w50 input[type=text] {
	width: 100%;
}

.main-footer .newsletter-column #cm-form form .form-group {
	width: 100%;
}

.dob-fields {
	display: flex;
}

.dob-fields > div {
	flex: 1;
}

.dob-fields select {
	width: 100%;
}

#check_tc,
#check_email,
#cm-form label,
#cm-form label {
	display: inline;
}

.get-beer-news .form-group > div {
	margin-bottom: 1em;
}

.form-label {
	font-weight: bold;
	margin-bottom: .25em;
}

.dob-fields > div:nth-child(1),
.dob-fields > div:nth-child(2) {
	margin-right: .5rem;
}

.form-result-success {
	background-color: green;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding: .75em 1em;
}

.form-result-error {
	background-color: red;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding: .75em 1em;
}
