/* Living Faith Footer - Weekly Prayer (Newsletter) Style */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body {
  padding: 0;
  margin: 12px 0 0 0;
  background: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 15px;
}
input, input:focus {
  border: 1px solid #dddddd;
  padding: 8px 8px;
  margin-bottom: 4px;
	outline: none;
	font-size: 14px;
}
input[type="text"] {
  width: 151px;
}
input[type="email"] {
  width: 220px;
}
input[type="submit"] {
  width: 100px;
  background: #4472c4;
  color: #ffffff;
	border: 1px solid #4472c4;
}
input[type="submit"]:hover {
  background: #d4c4ad;
	border: 1px solid #d4c4ad;
  cursor: pointer;
}
input::placeholder {
  color: #999999;
}
input:focus::placeholder {
  color: transparent;
}
#newsletter {
  width: 360px;
}
.response {
  color: #0767a2;
  font-size: 17px;
  text-align: center;
}