.footer-section p {
	color: #fff !important;
}

.newsletter-input-group input[type='email'] {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	height: 30px;
	border-radius: 5px;
	background: #1493BB;
	color: #fff;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	max-width: 270px !important;
}

.newsletter-input-group button {
	height: 30px;
	background: #FFFFFF;
	border-radius: 0px 5px 5px 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 50px;
}

.newsletter-input-group ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.newsletter-input-group :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.newsletter-input-group ::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}