body,
main { overflow-x: hidden; }

#zipForm {
	font-family: "Source Sans Pro", Sans-serif;
	text-align: center;
}

#zipCode {
	font-size: 18px;
	padding: 12px 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 25px;
	width: 80%;
	max-width: 300px;
}

#checkButton {
	font-size: 18px;
	background-color: #B41C31;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

#checkButton i {
	margin-right: 8px;
}
 @media only screen and (max-width: 767px) {
	 #zipCode, #checkButton {
	font-size: 16px;
	 }
}
