BODY {
	margin: 0;
	padding: 0;
}

.mc-field-group {
	margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    -ms-flex-flow:row wrap;
      flex-flow:row wrap;
}
.landing .mc-field-group,
.landing .field-group {
	display: block;
	max-width: 60%;
	margin: 0 auto;
	text-align: center;
}
.email {
	position: relative;
	margin: 0 30px 0 0;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	font-size: 12px;
	color: #000;
	-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    outline: none !important;
}
.landing .email {
	width: 100%;
	margin-bottom: 20px;
}
HTML BODY .email:focus,
HTML BODY #mc_embed_signup input.mce_inline_error:focus {
	border-color: #34b6ff !important;
}
.button {
	-webkit-appearance: none;
	background: #0083CD;
	border: 0;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 400;
	cursor: pointer;
	outline: none !important;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}
.landing .button {
	height: 36px;
	line-height: 36px;
}
.button:hover {
	background: #34b6ff;
}
HTML BODY #mc_embed_signup div.mce_inline_error {
	background: transparent;
	color: red;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

HTML BODY #mce-success-response {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.email {
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
	.mc-field-group {
		-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
          flex-direction: column;
	}
	.email {
		margin-right: 0;
		margin-bottom: 20px;
	}
}